#412735

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

Shades of Toledo #412735

Tints of Toledo #412735

Color information

#412735 (or 0x412735) is unknown color: approx Toledo. HEX triplet: 41, 27 and 35. RGB value is (65,39,53). Sum of RGB (Red+Green+Blue) = 65+39+53=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412735 is #BED8CA. Grayscale: #303030. Windows color (decimal): -12507339 or 3483457. OLE color: 3483457.

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

Color convert

RGB653953-
CMYK00.400.180.75
HSL327.69º25%20.39%-
HSV(B)327.69º40%25.49%-
XYZ3.552.833.73-
YUV48.37130.61139.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=41.40%
G=24.84%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65395300.400.180.75327.692520.39
Hex412735028124B1481914
Octal1014765050221135103124
Binary100000110011111010101010001001010010111010010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412735; }

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

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

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

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

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

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

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

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