#4C213D

Color #4C213D Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4C213D

Tints of Barossa #4C213D

Color information

#4C213D (or 0x4C213D) is unknown color: approx Barossa. HEX triplet: 4C, 21 and 3D. RGB value is (76,33,61). Sum of RGB (Red+Green+Blue) = 76+33+61=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C213D is #B3DEC2. Grayscale: #303030. Windows color (decimal): -11787971 or 4006220. OLE color: 4006220.

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

Color convert

RGB763361-
CMYK00.570.200.70
HSL320.93º39.45%21.37%-
HSV(B)320.93º56.58%29.8%-
XYZ4.372.964.76-
YUV49.05134.75147.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=44.71%
G=19.41%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76336100.570.200.70320.9339.4521.37
Hex4C213D03914461412715
Octal1144175071241065014725
Binary1001100100001111101011100110100100011010100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C213D;
 }
 .AnyTagClassName
 {
   color: #4C213D;
 }
</style>
background-color css

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

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

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

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

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

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