#4F203E

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

Shades of Barossa #4F203E

Tints of Barossa #4F203E

Color information

#4F203E (or 0x4F203E) is unknown color: approx Barossa. HEX triplet: 4F, 20 and 3E. RGB value is (79,32,62). Sum of RGB (Red+Green+Blue) = 79+32+62=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F203E is #B0DFC1. Grayscale: #313131. Windows color (decimal): -11591618 or 4071503. OLE color: 4071503.

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

Color convert

RGB793262-
CMYK00.590.220.69
HSL321.7º42.34%21.76%-
HSV(B)321.7º59.49%30.98%-
XYZ4.613.044.9-
YUV49.47135.07149.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=45.66%
G=18.50%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79326200.590.220.69321.742.3421.76
Hex4F203E03B16451422a16
Octal1174076073261055025226
Binary1001111100000111110011101110110100010110100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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