Html Css Color HEX #412832 Toledo

📋 copy color: '#412832'

red 65 ◦ green 40 ◦ blue 50

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

Shades of Toledo #412832

Tints of Toledo #412832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

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

R = 41.94%
G = 25.81%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#412832 (or 0x412832) is known color: Toledo. HEX triplet: 41, 28 and 32. RGB value is (65,40,50). Sum of RGB (Red+Green+Blue) = 65+40+50=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412832 is #BED7CD. Grayscale: #303030. Windows color (decimal): -12507086 or 3287105. OLE color: 3287105.

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

Color convert

RGB 65 40 50 -
CMYK 0 0.38 0.23 0.75
HSL 336º 0.24% 0.21% -
HSV(B) 336º 0.38% 0.25% -
XYZ 3.51 2.87 3.39 -
YUV 48.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 65 40 50 0 0.38 0.23 0.75 336 0.24 0.21
Hex 41 28 32 0 26 17 4B 150 18 15
Octal 101 50 62 0 46 27 113 520 30 25
Binary 1000001 101000 110010 0 100110 10111 1001011 101010000 11000 10101

Color Harmonies of #412832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412832

Black with #412832

Text Example


Text Example

White with #412832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412832; }

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

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

background-color css

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

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

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

border-color css

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

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

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