#403239

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

Shades of Barossa #403239

Tints of Barossa #403239

Color information

#403239 (or 0x403239) is unknown color: approx Barossa. HEX triplet: 40, 32 and 39. RGB value is (64,50,57). Sum of RGB (Red+Green+Blue) = 64+50+57=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403239 is #BFCDC6. Grayscale: #363636. Windows color (decimal): -12570055 or 3748416. OLE color: 3748416.

HSL color Cylindrical-coordinate representation of color #403239: hue angle of 330º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403239 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB645057-
CMYK00.220.110.75
HSL330º12.28%22.35%-
HSV(B)330º21.88%25.1%-
XYZ3.993.674.37-
YUV54.98129.14134.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=37.43%
G=29.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64505700.220.110.7533012.2822.35
Hex403239016B4B14ac16
Octal1006271026131135121426
Binary100000011001011100101011010111001011101001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403239; }

 p { color: rgb(64,50,57); }

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

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

 a { background-color: rgb(64,50,57); }

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

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

 span { border-color: rgb(64,50,57); }

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