#413137

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

Shades of Barossa #413137

Tints of Barossa #413137

Color information

#413137 (or 0x413137) is unknown color: approx Barossa. HEX triplet: 41, 31 and 37. RGB value is (65,49,55). Sum of RGB (Red+Green+Blue) = 65+49+55=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413137 is #BECEC8. Grayscale: #363636. Windows color (decimal): -12504777 or 3617089. OLE color: 3617089.

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

Color convert

RGB654955-
CMYK00.250.150.75
HSL337.5º14.04%22.35%-
HSV(B)337.5º24.62%25.49%-
XYZ3.973.64.1-
YUV54.47128.3135.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=38.46%
G=28.99%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495500.250.150.75337.514.0422.35
Hex413137019F4B152e16
Octal1016167031171135221626
Binary100000111000111011101100111111001011101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413137; }

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

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

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

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

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

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

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

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