#4F233F

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

Shades of Barossa #4F233F

Tints of Barossa #4F233F

Color information

#4F233F (or 0x4F233F) is unknown color: approx Barossa. HEX triplet: 4F, 23 and 3F. RGB value is (79,35,63). Sum of RGB (Red+Green+Blue) = 79+35+63=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F233F is #B0DCC0. Grayscale: #333333. Windows color (decimal): -11590849 or 4137807. OLE color: 4137807.

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

Color convert

RGB793563-
CMYK00.560.200.69
HSL321.82º38.6%22.35%-
HSV(B)321.82º55.7%30.98%-
XYZ4.723.225.08-
YUV51.35134.58147.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 63 (25% from 255) = 35.59%
R=44.63%
G=19.77%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79356300.560.200.69321.8238.622.35
Hex4F233F03814451422716
Octal1174377070241055024726
Binary1001111100011111111011100010100100010110100001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,63); }

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

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

 a { background-color: rgb(79,35,63); }

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

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

 span { border-color: rgb(79,35,63); }

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