#412935

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

Shades of Toledo #412935

Tints of Toledo #412935

Color information

#412935 (or 0x412935) is unknown color: approx Toledo. HEX triplet: 41, 29 and 35. RGB value is (65,41,53). Sum of RGB (Red+Green+Blue) = 65+41+53=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412935 is #BED6CA. Grayscale: #313131. Windows color (decimal): -12506827 or 3483969. OLE color: 3483969.

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

Color convert

RGB654153-
CMYK00.370.180.75
HSL330º22.64%20.78%-
HSV(B)330º36.92%25.49%-
XYZ3.622.973.75-
YUV49.54129.95139.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=40.88%
G=25.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65415300.370.180.7533022.6420.78
Hex412935025124B14a1715
Octal1015165045221135122725
Binary100000110100111010101001011001010010111010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412935; }

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

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

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

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

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

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

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

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