#412431

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

Shades of Toledo #412431

Tints of Toledo #412431

Color information

#412431 (or 0x412431) is unknown color: approx Toledo. HEX triplet: 41, 24 and 31. RGB value is (65,36,49). Sum of RGB (Red+Green+Blue) = 65+36+49=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412431 is #BEDBCE. Grayscale: #2E2E2E. Windows color (decimal): -12508111 or 3220545. OLE color: 3220545.

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

Color convert

RGB653649-
CMYK00.450.250.75
HSL333.1º28.71%19.8%-
HSV(B)333.1º44.62%25.49%-
XYZ3.372.613.23-
YUV46.15129.61141.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=43.33%
G=24%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65364900.450.250.75333.128.7119.8
Hex41243102D194B14d1d14
Octal1014461055311135153524
Binary100000110010011000101011011100110010111010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412431; }

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

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

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

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

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

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

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

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