Html Css Color HEX #412435 Toledo

📋 copy color: '#412435'

red 65 ◦ green 36 ◦ blue 53

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

Shades of Toledo #412435

Tints of Toledo #412435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

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

R = 42.21%
G = 23.38%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412435 (or 0x412435) is known color: Toledo. HEX triplet: 41, 24 and 35. RGB value is (65,36,53). Sum of RGB (Red+Green+Blue) = 65+36+53=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #412435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412435 is #BEDBCA. Grayscale: #2E2E2E. Windows color (decimal): -12508107 or 3482689. OLE color: 3482689.

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

Color convert

RGB 65 36 53 -
CMYK 0 0.45 0.18 0.75
HSL 324.83º 0.29% 0.2% -
HSV(B) 324.83º 0.45% 0.25% -
XYZ 3.45 2.64 3.7 -
YUV 46.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 65 36 53 0 0.45 0.18 0.75 324.83 0.29 0.2
Hex 41 24 35 0 2D 12 4B 145 1D 14
Octal 101 44 65 0 55 22 113 505 35 24
Binary 1000001 100100 110101 0 101101 10010 1001011 101000101 11101 10100

Color Harmonies of #412435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412435

Black with #412435

Text Example


Text Example

White with #412435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412435; }

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

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

background-color css

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

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

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

border-color css

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

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

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