#412531

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

Shades of Toledo #412531

Tints of Toledo #412531

Color information

#412531 (or 0x412531) is unknown color: approx Toledo. HEX triplet: 41, 25 and 31. RGB value is (65,37,49). Sum of RGB (Red+Green+Blue) = 65+37+49=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412531 is #BEDACE. Grayscale: #2E2E2E. Windows color (decimal): -12507855 or 3220801. OLE color: 3220801.

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

Color convert

RGB653749-
CMYK00.430.250.75
HSL334.29º27.45%20%-
HSV(B)334.29º43.08%25.49%-
XYZ3.42.673.24-
YUV46.74129.28141.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=43.05%
G=24.50%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374900.430.250.75334.2927.4520
Hex41253102B194B14e1b14
Octal1014561053311135163324
Binary100000110010111000101010111100110010111010011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412531; }

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

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

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

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

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

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

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

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