Html Css Color HEX #402835 Toledo

📋 copy color: '#402835'

red 64 ◦ green 40 ◦ blue 53

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

Shades of Toledo #402835

Tints of Toledo #402835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 40.76%
G = 25.48%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#402835 (or 0x402835) is known color: Toledo. HEX triplet: 40, 28 and 35. RGB value is (64,40,53). Sum of RGB (Red+Green+Blue) = 64+40+53=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402835 is #BFD7CA. Grayscale: #303030. Windows color (decimal): -12572619 or 3483712. OLE color: 3483712.

HSL color Cylindrical-coordinate representation of color #402835: hue angle of 327.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 #402835 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 40 53 -
CMYK 0 0.38 0.17 0.75
HSL 327.5º 0.23% 0.2% -
HSV(B) 327.5º 0.38% 0.25% -
XYZ 3.52 2.86 3.74 -
YUV 48.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 64 40 53 0 0.38 0.17 0.75 327.5 0.23 0.2
Hex 40 28 35 0 26 11 4B 148 17 14
Octal 100 50 65 0 46 21 113 510 27 24
Binary 1000000 101000 110101 0 100110 10001 1001011 101001000 10111 10100

Color Harmonies of #402835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402835

Black with #402835

Text Example


Text Example

White with #402835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402835; }

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

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

background-color css

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

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

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

border-color css

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

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

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