Html Css Color HEX #412535 Toledo

📋 copy color: '#412535'

red 65 ◦ green 37 ◦ blue 53

#412535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #412535

Tints of Toledo #412535

RGB

 RED value IS 65 (25.78% from 255) = 41.94%

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 41.94%
G = 23.87%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412535 (or 0x412535) is known color: Toledo. HEX triplet: 41, 25 and 35. RGB value is (65,37,53). Sum of RGB (Red+Green+Blue) = 65+37+53=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412535 is #BEDACA. Grayscale: #2F2F2F. Windows color (decimal): -12507851 or 3482945. OLE color: 3482945.

HSL color Cylindrical-coordinate representation of color #412535: hue angle of 325.71º 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 #412535 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 53 -
CMYK 0 0.43 0.18 0.75
HSL 325.71º 0.27% 0.2% -
HSV(B) 325.71º 0.43% 0.25% -
XYZ 3.48 2.7 3.71 -
YUV 47.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 65 37 53 0 0.43 0.18 0.75 325.71 0.27 0.2
Hex 41 25 35 0 2B 12 4B 146 1B 14
Octal 101 45 65 0 53 22 113 506 33 24
Binary 1000001 100101 110101 0 101011 10010 1001011 101000110 11011 10100

Color Harmonies of #412535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412535

Black with #412535

Text Example


Text Example

White with #412535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412535; }

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

 H1.HeaderClassName
 {
   color: #412535;
 }
 .AnyTagClassName
 {
   color: #412535;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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