#402A35

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

Shades of Toledo #402A35

Tints of Toledo #402A35

Color information

#402A35 (or 0x402A35) is unknown color: approx Toledo. HEX triplet: 40, 2A and 35. RGB value is (64,42,53). Sum of RGB (Red+Green+Blue) = 64+42+53=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #402A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A35 is #BFD5CA. Grayscale: #313131. Windows color (decimal): -12572107 or 3484224. OLE color: 3484224.

HSL color Cylindrical-coordinate representation of color #402A35: hue angle of 330º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402A35 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB644253-
CMYK00.340.170.75
HSL330º20.75%20.78%-
HSV(B)330º34.38%25.1%-
XYZ3.5833.76-
YUV49.83129.79138.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=40.25%
G=26.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64425300.340.170.7533020.7520.78
Hex402A35022114B14a1515
Octal1005265042211135122525
Binary100000010101011010101000101000110010111010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A35; }

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

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

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

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

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

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

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

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