#412A35

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

Shades of Toledo #412A35

Tints of Toledo #412A35

Color information

#412A35 (or 0x412A35) is unknown color: approx Toledo. HEX triplet: 41, 2A and 35. RGB value is (65,42,53). Sum of RGB (Red+Green+Blue) = 65+42+53=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #412A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A35 is #BED5CA. Grayscale: #323232. Windows color (decimal): -12506571 or 3484225. OLE color: 3484225.

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

Color convert

RGB654253-
CMYK00.350.180.75
HSL331.3º21.5%20.98%-
HSV(B)331.3º35.38%25.49%-
XYZ3.653.043.76-
YUV50.13129.62138.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=40.62%
G=26.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65425300.350.180.75331.321.520.98
Hex412A35023124B14b1515
Octal1015265043221135132525
Binary100000110101011010101000111001010010111010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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