#412E35

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

Shades of Barossa #412E35

Tints of Barossa #412E35

Color information

#412E35 (or 0x412E35) is unknown color: approx Barossa. HEX triplet: 41, 2E and 35. RGB value is (65,46,53). Sum of RGB (Red+Green+Blue) = 65+46+53=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #412E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E35 is #BED1CA. Grayscale: #343434. Windows color (decimal): -12505547 or 3485249. OLE color: 3485249.

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

Color convert

RGB654653-
CMYK00.290.180.75
HSL337.89º17.12%21.76%-
HSV(B)337.89º29.23%25.49%-
XYZ3.83.333.81-
YUV52.48128.29136.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=39.63%
G=28.05%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65465300.290.180.75337.8917.1221.76
Hex412E3501D124B1521116
Octal1015665035221135222126
Binary10000011011101101010111011001010010111010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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