#4F2B40

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

Shades of Barossa #4F2B40

Tints of Barossa #4F2B40

Color information

#4F2B40 (or 0x4F2B40) is unknown color: approx Barossa. HEX triplet: 4F, 2B and 40. RGB value is (79,43,64). Sum of RGB (Red+Green+Blue) = 79+43+64=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B40 is #B0D4BF. Grayscale: #383838. Windows color (decimal): -11588800 or 4205391. OLE color: 4205391.

HSL color Cylindrical-coordinate representation of color #4F2B40: hue angle of 325º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F2B40 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB794364-
CMYK00.460.190.69
HSL325º29.51%23.92%-
HSV(B)325º45.57%30.98%-
XYZ5.013.765.31-
YUV56.16132.43144.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=42.47%
G=23.12%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79436400.460.190.6932529.5123.92
Hex4F2B4002E13451451e18
Octal11753100056231055053630
Binary1001111101011100000001011101001110001011010001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,64); }

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

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

 a { background-color: rgb(79,43,64); }

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

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

 span { border-color: rgb(79,43,64); }

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