#4F273F

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

Shades of Barossa #4F273F

Tints of Barossa #4F273F

Color information

#4F273F (or 0x4F273F) is unknown color: approx Barossa. HEX triplet: 4F, 27 and 3F. RGB value is (79,39,63). Sum of RGB (Red+Green+Blue) = 79+39+63=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F273F is #B0D8C0. Grayscale: #353535. Windows color (decimal): -11589825 or 4138831. OLE color: 4138831.

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

Color convert

RGB793963-
CMYK00.510.200.69
HSL324º33.9%23.14%-
HSV(B)324º50.63%30.98%-
XYZ4.853.475.12-
YUV53.7133.25146.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 63 (25% from 255) = 34.81%
R=43.65%
G=21.55%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79396300.510.200.6932433.923.14
Hex4F273F03314451442217
Octal1174777063241055044227
Binary1001111100111111111011001110100100010110100010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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