#402633

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

Shades of Toledo #402633

Tints of Toledo #402633

Color information

#402633 (or 0x402633) is unknown color: approx Toledo. HEX triplet: 40, 26 and 33. RGB value is (64,38,51). Sum of RGB (Red+Green+Blue) = 64+38+51=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402633 is #BFD9CC. Grayscale: #2F2F2F. Windows color (decimal): -12573133 or 3352128. OLE color: 3352128.

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

Color convert

RGB643851-
CMYK00.410.200.75
HSL330º25.49%20%-
HSV(B)330º40.62%25.1%-
XYZ3.412.723.48-
YUV47.26130.11139.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=41.83%
G=24.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64385100.410.200.7533025.4920
Hex402633029144B14a1914
Octal1004663051241135123124
Binary100000010011011001101010011010010010111010010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402633; }

 p { color: rgb(64,38,51); }

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

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

 a { background-color: rgb(64,38,51); }

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

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

 span { border-color: rgb(64,38,51); }

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