#412C37

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

Shades of Barossa #412C37

Tints of Barossa #412C37

Color information

#412C37 (or 0x412C37) is unknown color: approx Barossa. HEX triplet: 41, 2C and 37. RGB value is (65,44,55). Sum of RGB (Red+Green+Blue) = 65+44+55=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #412C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C37 is #BED3C8. Grayscale: #333333. Windows color (decimal): -12506057 or 3615809. OLE color: 3615809.

HSL color Cylindrical-coordinate representation of color #412C37: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C37 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB654455-
CMYK00.320.150.75
HSL328.57º19.27%21.37%-
HSV(B)328.57º32.31%25.49%-
XYZ3.773.24.03-
YUV51.53129.96137.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=39.63%
G=26.83%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65445500.320.150.75328.5719.2721.37
Hex412C37020F4B1491315
Octal1015467040171135112325
Binary10000011011001101110100000111110010111010010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C37; }

 p { color: rgb(65,44,55); }

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

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

 a { background-color: rgb(65,44,55); }

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

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

 span { border-color: rgb(65,44,55); }

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