#412631

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

Shades of Toledo #412631

Tints of Toledo #412631

Color information

#412631 (or 0x412631) is unknown color: approx Toledo. HEX triplet: 41, 26 and 31. RGB value is (65,38,49). Sum of RGB (Red+Green+Blue) = 65+38+49=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412631 is #BED9CE. Grayscale: #2F2F2F. Windows color (decimal): -12507599 or 3221057. OLE color: 3221057.

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

Color convert

RGB653849-
CMYK00.420.250.75
HSL335.56º26.21%20.2%-
HSV(B)335.56º41.54%25.49%-
XYZ3.432.733.25-
YUV47.33128.95140.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=42.76%
G=25%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65384900.420.250.75335.5626.2120.2
Hex41263102A194B1501a14
Octal1014661052311135203224
Binary100000110011011000101010101100110010111010100001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412631; }

 p { color: rgb(65,38,49); }

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

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

 a { background-color: rgb(65,38,49); }

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

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

 span { border-color: rgb(65,38,49); }

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