#413339

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

Shades of Barossa #413339

Tints of Barossa #413339

Color information

#413339 (or 0x413339) is unknown color: approx Barossa. HEX triplet: 41, 33 and 39. RGB value is (65,51,57). Sum of RGB (Red+Green+Blue) = 65+51+57=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413339 is #BECCC6. Grayscale: #373737. Windows color (decimal): -12504263 or 3748673. OLE color: 3748673.

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

Color convert

RGB655157-
CMYK00.220.120.75
HSL334.29º12.07%22.75%-
HSV(B)334.29º21.54%25.49%-
XYZ4.13.794.39-
YUV55.87128.64134.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=37.57%
G=29.48%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65515700.220.120.75334.2912.0722.75
Hex413339016C4B14ec17
Octal1016371026141135161427
Binary100000111001111100101011011001001011101001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413339; }

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

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

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

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

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

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

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

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