#4F273A

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

Shades of Barossa #4F273A

Tints of Barossa #4F273A

Color information

#4F273A (or 0x4F273A) is unknown color: approx Barossa. HEX triplet: 4F, 27 and 3A. RGB value is (79,39,58). Sum of RGB (Red+Green+Blue) = 79+39+58=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F273A is #B0D8C5. Grayscale: #353535. Windows color (decimal): -11589830 or 3811151. OLE color: 3811151.

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

Color convert

RGB793958-
CMYK00.510.270.69
HSL331.5º33.9%23.14%-
HSV(B)331.5º50.63%30.98%-
XYZ4.713.424.41-
YUV53.13130.75146.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=44.89%
G=22.16%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79395800.510.270.69331.533.923.14
Hex4F273A0331B4514c2217
Octal1174772063331055144227
Binary1001111100111111010011001111011100010110100110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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