#413132

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

Shades of Havana #413132

Tints of Havana #413132

Color information

#413132 (or 0x413132) is unknown color: approx Havana. HEX triplet: 41, 31 and 32. RGB value is (65,49,50). Sum of RGB (Red+Green+Blue) = 65+49+50=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413132 is #BECECD. Grayscale: #353535. Windows color (decimal): -12504782 or 3289409. OLE color: 3289409.

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

Color convert

RGB654950-
CMYK00.250.230.75
HSL356.25º14.04%22.35%-
HSV(B)356.25º24.62%25.49%-
XYZ3.853.553.5-
YUV53.9125.8135.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=39.63%
G=29.88%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65495000.250.230.75356.2514.0422.35
Hex413132019174B164e16
Octal1016162031271135441626
Binary1000001110001110010011001101111001011101100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413132; }

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

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

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

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

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

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

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

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