#4F233C

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

Shades of Barossa #4F233C

Tints of Barossa #4F233C

Color information

#4F233C (or 0x4F233C) is unknown color: approx Barossa. HEX triplet: 4F, 23 and 3C. RGB value is (79,35,60). Sum of RGB (Red+Green+Blue) = 79+35+60=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F233C is #B0DCC3. Grayscale: #323232. Windows color (decimal): -11590852 or 3941199. OLE color: 3941199.

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

Color convert

RGB793560-
CMYK00.560.240.69
HSL325.91º38.6%22.35%-
HSV(B)325.91º55.7%30.98%-
XYZ4.643.194.65-
YUV51.01133.08147.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=45.40%
G=20.11%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79356000.560.240.69325.9138.622.35
Hex4F233C03818451462716
Octal1174374070301055064726
Binary1001111100011111100011100011000100010110100011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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