#412A36

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

Shades of Barossa #412A36

Tints of Barossa #412A36

Color information

#412A36 (or 0x412A36) is unknown color: approx Barossa. HEX triplet: 41, 2A and 36. RGB value is (65,42,54). Sum of RGB (Red+Green+Blue) = 65+42+54=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A36 is #BED5C9. Grayscale: #323232. Windows color (decimal): -12506570 or 3549761. OLE color: 3549761.

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

Color convert

RGB654254-
CMYK00.350.170.75
HSL328.7º21.5%20.98%-
HSV(B)328.7º35.38%25.49%-
XYZ3.673.053.88-
YUV50.24130.12138.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=40.37%
G=26.09%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65425400.350.170.75328.721.520.98
Hex412A36023114B1491515
Octal1015266043211135112525
Binary100000110101011011001000111000110010111010010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,54); }

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

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

 a { background-color: rgb(65,42,54); }

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

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

 span { border-color: rgb(65,42,54); }

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