#412D36

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

Shades of Barossa #412D36

Tints of Barossa #412D36

Color information

#412D36 (or 0x412D36) is unknown color: approx Barossa. HEX triplet: 41, 2D and 36. RGB value is (65,45,54). Sum of RGB (Red+Green+Blue) = 65+45+54=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #412D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D36 is #BED2C9. Grayscale: #333333. Windows color (decimal): -12505802 or 3550529. OLE color: 3550529.

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

Color convert

RGB654554-
CMYK00.310.170.75
HSL333º18.18%21.57%-
HSV(B)333º30.77%25.49%-
XYZ3.783.273.92-
YUV52.01129.13137.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=39.63%
G=27.44%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65455400.310.170.7533318.1821.57
Hex412D3601F114B14d1216
Octal1015566037211135152226
Binary10000011011011101100111111000110010111010011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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