Html Css Color HEX #412532 Toledo

📋 copy color: '#412532'

red 65 ◦ green 37 ◦ blue 50

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

Shades of Toledo #412532

Tints of Toledo #412532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 42.76%
G = 24.34%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#412532 (or 0x412532) is known color: Toledo. HEX triplet: 41, 25 and 32. RGB value is (65,37,50). Sum of RGB (Red+Green+Blue) = 65+37+50=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412532 is #BEDACD. Grayscale: #2E2E2E. Windows color (decimal): -12507854 or 3286337. OLE color: 3286337.

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

Color convert

RGB 65 37 50 -
CMYK 0 0.43 0.23 0.75
HSL 332.14º 0.27% 0.2% -
HSV(B) 332.14º 0.43% 0.25% -
XYZ 3.42 2.68 3.35 -
YUV 46.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 65 37 50 0 0.43 0.23 0.75 332.14 0.27 0.2
Hex 41 25 32 0 2B 17 4B 14C 1B 14
Octal 101 45 62 0 53 27 113 514 33 24
Binary 1000001 100101 110010 0 101011 10111 1001011 101001100 11011 10100

Color Harmonies of #412532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412532

Black with #412532

Text Example


Text Example

White with #412532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412532; }

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

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

background-color css

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

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

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

border-color css

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

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

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