#4F293F

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

Shades of Barossa #4F293F

Tints of Barossa #4F293F

Color information

#4F293F (or 0x4F293F) is unknown color: approx Barossa. HEX triplet: 4F, 29 and 3F. RGB value is (79,41,63). Sum of RGB (Red+Green+Blue) = 79+41+63=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293F is #B0D6C0. Grayscale: #363636. Windows color (decimal): -11589313 or 4139343. OLE color: 4139343.

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

Color convert

RGB794163-
CMYK00.480.200.69
HSL325.26º31.67%23.53%-
HSV(B)325.26º48.1%30.98%-
XYZ4.913.615.14-
YUV54.87132.59145.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 63 (25% from 255) = 34.43%
R=43.17%
G=22.40%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79416300.480.200.69325.2631.6723.53
Hex4F293F03014451452018
Octal1175177060241055054030
Binary1001111101001111111011000010100100010110100010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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