Html Css Color HEX #4C213C Barossa

📋 copy color: '#4C213C'

red 76 ◦ green 33 ◦ blue 60

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

Shades of Barossa #4C213C

Tints of Barossa #4C213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 44.97%
G = 19.53%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C213C (or 0x4C213C) is known color: Barossa. HEX triplet: 4C, 21 and 3C. RGB value is (76,33,60). Sum of RGB (Red+Green+Blue) = 76+33+60=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C213C is #B3DEC3. Grayscale: #303030. Windows color (decimal): -11787972 or 3940684. OLE color: 3940684.

HSL color Cylindrical-coordinate representation of color #4C213C: hue angle of 322.33º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C213C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 33 60 -
CMYK 0 0.57 0.21 0.70
HSL 322.33º 0.39% 0.21% -
HSV(B) 322.33º 0.57% 0.3% -
XYZ 4.34 2.95 4.62 -
YUV 48.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 76 33 60 0 0.57 0.21 0.70 322.33 0.39 0.21
Hex 4C 21 3C 0 39 15 46 142 27 15
Octal 114 41 74 0 71 25 106 502 47 25
Binary 1001100 100001 111100 0 111001 10101 1000110 101000010 100111 10101

Color Harmonies of #4C213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C213C

Black with #4C213C

Text Example


Text Example

White with #4C213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,60); }

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

background-color css

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

 a { background-color: rgb(76,33,60); }

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

border-color css

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

 span { border-color: rgb(76,33,60); }

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