#413139

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

Shades of Barossa #413139

Tints of Barossa #413139

Color information

#413139 (or 0x413139) is unknown color: approx Barossa. HEX triplet: 41, 31 and 39. RGB value is (65,49,57). Sum of RGB (Red+Green+Blue) = 65+49+57=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413139 is #BECEC6. Grayscale: #363636. Windows color (decimal): -12504775 or 3748161. OLE color: 3748161.

HSL color Cylindrical-coordinate representation of color #413139: hue angle of 330º 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 #413139 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB654957-
CMYK00.250.120.75
HSL330º14.04%22.35%-
HSV(B)330º24.62%25.49%-
XYZ4.023.624.36-
YUV54.7129.3135.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=38.01%
G=28.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495700.250.120.7533014.0422.35
Hex413139019C4B14ae16
Octal1016171031141135121626
Binary100000111000111100101100111001001011101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413139; }

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

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

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

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

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

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

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

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