Html Css Color HEX #4C213B Barossa

📋 copy color: '#4C213B'

red 76 ◦ green 33 ◦ blue 59

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

Shades of Barossa #4C213B

Tints of Barossa #4C213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.12%

R = 45.24%
G = 19.64%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C213B (or 0x4C213B) is known color: Barossa. HEX triplet: 4C, 21 and 3B. RGB value is (76,33,59). Sum of RGB (Red+Green+Blue) = 76+33+59=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C213B is #B3DEC4. Grayscale: #303030. Windows color (decimal): -11787973 or 3875148. OLE color: 3875148.

HSL color Cylindrical-coordinate representation of color #4C213B: hue angle of 323.72º 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 #4C213B is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 33 59 -
CMYK 0 0.57 0.22 0.70
HSL 323.72º 0.39% 0.21% -
HSV(B) 323.72º 0.57% 0.3% -
XYZ 4.31 2.94 4.48 -
YUV 48.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 76 33 59 0 0.57 0.22 0.70 323.72 0.39 0.21
Hex 4C 21 3B 0 39 16 46 144 27 15
Octal 114 41 73 0 71 26 106 504 47 25
Binary 1001100 100001 111011 0 111001 10110 1000110 101000100 100111 10101

Color Harmonies of #4C213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C213B

Black with #4C213B

Text Example


Text Example

White with #4C213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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