#4F293B

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

Shades of Barossa #4F293B

Tints of Barossa #4F293B

Color information

#4F293B (or 0x4F293B) is unknown color: approx Barossa. HEX triplet: 4F, 29 and 3B. RGB value is (79,41,59). Sum of RGB (Red+Green+Blue) = 79+41+59=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293B is #B0D6C4. Grayscale: #363636. Windows color (decimal): -11589317 or 3877199. OLE color: 3877199.

HSL color Cylindrical-coordinate representation of color #4F293B: hue angle of 331.58º 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 #4F293B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB794159-
CMYK00.480.250.69
HSL331.58º31.67%23.53%-
HSV(B)331.58º48.1%30.98%-
XYZ4.813.564.57-
YUV54.41130.59145.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=44.13%
G=22.91%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79415900.480.250.69331.5831.6723.53
Hex4F293B030194514c2018
Octal1175173060311055144030
Binary1001111101001111011011000011001100010110100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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