Html Css Color HEX #402829 Havana

📋 copy color: '#402829'

red 64 ◦ green 40 ◦ blue 41

#402829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havana #402829

Tints of Havana #402829

RGB

 RED value IS 64 (25.39% from 255) = 44.14%

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 44.14%
G = 27.59%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#402829 (or 0x402829) is known color: Havana. HEX triplet: 40, 28 and 29. RGB value is (64,40,41). Sum of RGB (Red+Green+Blue) = 64+40+41=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #402829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402829 is #BFD7D6. Grayscale: #2F2F2F. Windows color (decimal): -12572631 or 2697280. OLE color: 2697280.

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

Color convert

RGB 64 40 41 -
CMYK 0 0.38 0.36 0.75
HSL 357.5º 0.23% 0.2% -
HSV(B) 357.5º 0.38% 0.25% -
XYZ 3.27 2.77 2.46 -
YUV 47.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 64 40 41 0 0.38 0.36 0.75 357.5 0.23 0.2
Hex 40 28 29 0 26 24 4B 166 17 14
Octal 100 50 51 0 46 44 113 546 27 24
Binary 1000000 101000 101001 0 100110 100100 1001011 101100110 10111 10100

Color Harmonies of #402829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402829

Black with #402829

Text Example


Text Example

White with #402829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402829; }

 p { color: rgb(64,40,41); }

 H1.HeaderClassName
 {
   color: #402829;
 }
 .AnyTagClassName
 {
   color: #402829;
 }
</style>

background-color css

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

 a { background-color: rgb(64,40,41); }

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

border-color css

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

 span { border-color: rgb(64,40,41); }

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