#412C39

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

Shades of Barossa #412C39

Tints of Barossa #412C39

Color information

#412C39 (or 0x412C39) is unknown color: approx Barossa. HEX triplet: 41, 2C and 39. RGB value is (65,44,57). Sum of RGB (Red+Green+Blue) = 65+44+57=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #412C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C39 is #BED3C6. Grayscale: #333333. Windows color (decimal): -12506055 or 3746881. OLE color: 3746881.

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

Color convert

RGB654457-
CMYK00.320.120.75
HSL322.86º19.27%21.37%-
HSV(B)322.86º32.31%25.49%-
XYZ3.823.224.29-
YUV51.76130.96137.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=39.16%
G=26.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65445700.320.120.75322.8619.2721.37
Hex412C39020C4B1431315
Octal1015471040141135032325
Binary10000011011001110010100000110010010111010000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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