#412D39

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

Shades of Barossa #412D39

Tints of Barossa #412D39

Color information

#412D39 (or 0x412D39) is unknown color: approx Barossa. HEX triplet: 41, 2D and 39. RGB value is (65,45,57). Sum of RGB (Red+Green+Blue) = 65+45+57=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #412D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D39 is #BED2C6. Grayscale: #343434. Windows color (decimal): -12505799 or 3747137. OLE color: 3747137.

HSL color Cylindrical-coordinate representation of color #412D39: hue angle of 324º 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 #412D39 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB654557-
CMYK00.310.120.75
HSL324º18.18%21.57%-
HSV(B)324º30.77%25.49%-
XYZ3.863.34.3-
YUV52.35130.63137.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=38.92%
G=26.95%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65455700.310.120.7532418.1821.57
Hex412D3901FC4B1441216
Octal1015571037141135042226
Binary1000001101101111001011111110010010111010001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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