Html Css Color HEX #4C2239 Barossa

📋 copy color: '#4C2239'

red 76 ◦ green 34 ◦ blue 57

#4C2239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #4C2239

Tints of Barossa #4C2239

RGB

 RED value IS 76 (30.08% from 255) = 45.51%

 GREEN value IS 34 (13.67% from 255) = 20.36%

 BLUE value IS 57 (22.66% from 255) = 34.13%

R = 45.51%
G = 20.36%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C2239 (or 0x4C2239) is known color: Barossa. HEX triplet: 4C, 22 and 39. RGB value is (76,34,57). Sum of RGB (Red+Green+Blue) = 76+34+57=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2239 is #B3DDC6. Grayscale: #313131. Windows color (decimal): -11787719 or 3744332. OLE color: 3744332.

HSL color Cylindrical-coordinate representation of color #4C2239: hue angle of 327.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2239 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 34 57 -
CMYK 0 0.55 0.25 0.70
HSL 327.14º 0.38% 0.22% -
HSV(B) 327.14º 0.55% 0.3% -
XYZ 4.29 2.98 4.22 -
YUV 49.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 76 34 57 0 0.55 0.25 0.70 327.14 0.38 0.22
Hex 4C 22 39 0 37 19 46 147 26 16
Octal 114 42 71 0 67 31 106 507 46 26
Binary 1001100 100010 111001 0 110111 11001 1000110 101000111 100110 10110

Color Harmonies of #4C2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2239

Black with #4C2239

Text Example


Text Example

White with #4C2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C2239; }

 p { color: rgb(76,34,57); }

 H1.HeaderClassName
 {
   color: #4C2239;
 }
 .AnyTagClassName
 {
   color: #4C2239;
 }
</style>

background-color css

<style>
 a { background-color: #4C2239; }

 a { background-color: rgb(76,34,57); }

 div.DivClassName
 {
   background-color: #4C2239;
 }
 .BgClassName
 {
   background-color: #4C2239;
 }
</style>

border-color css

<style>
 span { border-color: #4C2239; }

 span { border-color: rgb(76,34,57); }

 td.TdClassName
 {
   border-color: #4C2239;
 }
 .TagClassName
 {
   border-color: #4C2239;
 }
</style>