Html Css Color HEX #402729 Havana

📋 copy color: '#402729'

red 64 ◦ green 39 ◦ blue 41

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

Shades of Havana #402729

Tints of Havana #402729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

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

R = 44.44%
G = 27.08%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#402729 (or 0x402729) is known color: Havana. HEX triplet: 40, 27 and 29. RGB value is (64,39,41). Sum of RGB (Red+Green+Blue) = 64+39+41=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #402729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402729 is #BFD8D6. Grayscale: #2E2E2E. Windows color (decimal): -12572887 or 2697024. OLE color: 2697024.

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

Color convert

RGB 64 39 41 -
CMYK 0 0.39 0.36 0.75
HSL 355.2º 0.24% 0.2% -
HSV(B) 355.2º 0.39% 0.25% -
XYZ 3.24 2.7 2.45 -
YUV 46.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 64 39 41 0 0.39 0.36 0.75 355.2 0.24 0.2
Hex 40 27 29 0 27 24 4B 163 18 14
Octal 100 47 51 0 47 44 113 543 30 24
Binary 1000000 100111 101001 0 100111 100100 1001011 101100011 11000 10100

Color Harmonies of #402729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402729

Black with #402729

Text Example


Text Example

White with #402729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402729; }

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

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

background-color css

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

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

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

border-color css

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

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

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