Html Css Color HEX #412635 Toledo

📋 copy color: '#412635'

red 65 ◦ green 38 ◦ blue 53

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

Shades of Toledo #412635

Tints of Toledo #412635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 41.67%
G = 24.36%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412635 (or 0x412635) is known color: Toledo. HEX triplet: 41, 26 and 35. RGB value is (65,38,53). Sum of RGB (Red+Green+Blue) = 65+38+53=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412635 is #BED9CA. Grayscale: #2F2F2F. Windows color (decimal): -12507595 or 3483201. OLE color: 3483201.

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

Color convert

RGB 65 38 53 -
CMYK 0 0.42 0.18 0.75
HSL 326.67º 0.26% 0.2% -
HSV(B) 326.67º 0.42% 0.25% -
XYZ 3.52 2.77 3.72 -
YUV 47.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 65 38 53 0 0.42 0.18 0.75 326.67 0.26 0.2
Hex 41 26 35 0 2A 12 4B 147 1A 14
Octal 101 46 65 0 52 22 113 507 32 24
Binary 1000001 100110 110101 0 101010 10010 1001011 101000111 11010 10100

Color Harmonies of #412635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412635

Black with #412635

Text Example


Text Example

White with #412635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412635; }

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

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

background-color css

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

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

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

border-color css

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

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

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