#412E39

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

Shades of Barossa #412E39

Tints of Barossa #412E39

Color information

#412E39 (or 0x412E39) is unknown color: approx Barossa. HEX triplet: 41, 2E and 39. RGB value is (65,46,57). Sum of RGB (Red+Green+Blue) = 65+46+57=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #412E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E39 is #BED1C6. Grayscale: #343434. Windows color (decimal): -12505543 or 3747393. OLE color: 3747393.

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

Color convert

RGB654657-
CMYK00.290.120.75
HSL325.26º17.12%21.76%-
HSV(B)325.26º29.23%25.49%-
XYZ3.93.374.32-
YUV52.93130.29136.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=38.69%
G=27.38%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465700.290.120.75325.2617.1221.76
Hex412E3901DC4B1451116
Octal1015671035141135052126
Binary1000001101110111001011101110010010111010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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