#4F213E

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

Shades of Barossa #4F213E

Tints of Barossa #4F213E

Color information

#4F213E (or 0x4F213E) is unknown color: approx Barossa. HEX triplet: 4F, 21 and 3E. RGB value is (79,33,62). Sum of RGB (Red+Green+Blue) = 79+33+62=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F213E is #B0DEC1. Grayscale: #313131. Windows color (decimal): -11591362 or 4071759. OLE color: 4071759.

HSL color Cylindrical-coordinate representation of color #4F213E: hue angle of 322.17º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F213E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB793362-
CMYK00.580.220.69
HSL322.17º41.07%21.96%-
HSV(B)322.17º58.23%30.98%-
XYZ4.643.14.91-
YUV50.06134.74148.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=45.40%
G=18.97%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79336200.580.220.69322.1741.0721.96
Hex4F213E03A16451422916
Octal1174176072261055025126
Binary1001111100001111110011101010110100010110100001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,62); }

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

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

 a { background-color: rgb(79,33,62); }

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

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

 span { border-color: rgb(79,33,62); }

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