#412737

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

Shades of Barossa #412737

Tints of Barossa #412737

Color information

#412737 (or 0x412737) is unknown color: approx Barossa. HEX triplet: 41, 27 and 37. RGB value is (65,39,55). Sum of RGB (Red+Green+Blue) = 65+39+55=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412737 is #BED8C8. Grayscale: #303030. Windows color (decimal): -12507337 or 3614529. OLE color: 3614529.

HSL color Cylindrical-coordinate representation of color #412737: hue angle of 323.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412737 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB653955-
CMYK00.400.150.75
HSL323.08º25%20.39%-
HSV(B)323.08º40%25.49%-
XYZ3.62.853.98-
YUV48.6131.61139.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=40.88%
G=24.53%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65395500.400.150.75323.082520.39
Hex412737028F4B1431914
Octal1014767050171135033124
Binary10000011001111101110101000111110010111010000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412737; }

 p { color: rgb(65,39,55); }

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

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

 a { background-color: rgb(65,39,55); }

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

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

 span { border-color: rgb(65,39,55); }

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