#412633

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

Shades of Toledo #412633

Tints of Toledo #412633

Color information

#412633 (or 0x412633) is unknown color: approx Toledo. HEX triplet: 41, 26 and 33. RGB value is (65,38,51). Sum of RGB (Red+Green+Blue) = 65+38+51=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412633 is #BED9CC. Grayscale: #2F2F2F. Windows color (decimal): -12507597 or 3352129. OLE color: 3352129.

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

Color convert

RGB653851-
CMYK00.420.220.75
HSL331.11º26.21%20.2%-
HSV(B)331.11º41.54%25.49%-
XYZ3.472.753.48-
YUV47.56129.95140.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=42.21%
G=24.68%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65385100.420.220.75331.1126.2120.2
Hex41263302A164B14b1a14
Octal1014663052261135133224
Binary100000110011011001101010101011010010111010010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412633; }

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

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

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

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

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

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

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

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