#4F293C

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

Shades of Barossa #4F293C

Tints of Barossa #4F293C

Color information

#4F293C (or 0x4F293C) is unknown color: approx Barossa. HEX triplet: 4F, 29 and 3C. RGB value is (79,41,60). Sum of RGB (Red+Green+Blue) = 79+41+60=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293C is #B0D6C3. Grayscale: #363636. Windows color (decimal): -11589316 or 3942735. OLE color: 3942735.

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

Color convert

RGB794160-
CMYK00.480.240.69
HSL330º31.67%23.53%-
HSV(B)330º48.1%30.98%-
XYZ4.833.574.71-
YUV54.53131.09145.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=43.89%
G=22.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79416000.480.240.6933031.6723.53
Hex4F293C030184514a2018
Octal1175174060301055124030
Binary1001111101001111100011000011000100010110100101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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