Html Css Color HEX #402731 Toledo

📋 copy color: '#402731'

red 64 ◦ green 39 ◦ blue 49

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

Shades of Toledo #402731

Tints of Toledo #402731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 42.11%
G = 25.66%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#402731 (or 0x402731) is known color: Toledo. HEX triplet: 40, 27 and 31. RGB value is (64,39,49). Sum of RGB (Red+Green+Blue) = 64+39+49=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402731 is #BFD8CE. Grayscale: #2F2F2F. Windows color (decimal): -12572879 or 3221312. OLE color: 3221312.

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

Color convert

RGB 64 39 49 -
CMYK 0 0.39 0.23 0.75
HSL 336º 0.24% 0.2% -
HSV(B) 336º 0.39% 0.25% -
XYZ 3.39 2.76 3.26 -
YUV 47.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 64 39 49 0 0.39 0.23 0.75 336 0.24 0.2
Hex 40 27 31 0 27 17 4B 150 18 14
Octal 100 47 61 0 47 27 113 520 30 24
Binary 1000000 100111 110001 0 100111 10111 1001011 101010000 11000 10100

Color Harmonies of #402731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402731

Black with #402731

Text Example


Text Example

White with #402731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402731; }

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

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

background-color css

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

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

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

border-color css

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

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

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