#412C35

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

Shades of Barossa #412C35

Tints of Barossa #412C35

Color information

#412C35 (or 0x412C35) is unknown color: approx Barossa. HEX triplet: 41, 2C and 35. RGB value is (65,44,53). Sum of RGB (Red+Green+Blue) = 65+44+53=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C35 is #BED3CA. Grayscale: #333333. Windows color (decimal): -12506059 or 3484737. OLE color: 3484737.

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

Color convert

RGB654453-
CMYK00.320.180.75
HSL334.29º19.27%21.37%-
HSV(B)334.29º32.31%25.49%-
XYZ3.723.183.79-
YUV51.3128.96137.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=40.12%
G=27.16%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65445300.320.180.75334.2919.2721.37
Hex412C35020124B14e1315
Octal1015465040221135162325
Binary100000110110011010101000001001010010111010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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