Html Css Color HEX #412C34 Toledo

📋 copy color: '#412C34'

red 65 ◦ green 44 ◦ blue 52

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

Shades of Toledo #412C34

Tints of Toledo #412C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.33%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 40.37%
G = 27.33%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#412C34 (or 0x412C34) is known color: Toledo. HEX triplet: 41, 2C and 34. RGB value is (65,44,52). Sum of RGB (Red+Green+Blue) = 65+44+52=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C34 is #BED3CB. Grayscale: #333333. Windows color (decimal): -12506060 or 3419201. OLE color: 3419201.

HSL color Cylindrical-coordinate representation of color #412C34: hue angle of 337.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #412C34 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 44 52 -
CMYK 0 0.32 0.20 0.75
HSL 337.14º 0.19% 0.21% -
HSV(B) 337.14º 0.32% 0.25% -
XYZ 3.7 3.17 3.67 -
YUV 51.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 65 44 52 0 0.32 0.20 0.75 337.14 0.19 0.21
Hex 41 2C 34 0 20 14 4B 151 13 15
Octal 101 54 64 0 40 24 113 521 23 25
Binary 1000001 101100 110100 0 100000 10100 1001011 101010001 10011 10101

Color Harmonies of #412C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C34

Black with #412C34

Text Example


Text Example

White with #412C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412C34; }

 p { color: rgb(65,44,52); }

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

background-color css

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

 a { background-color: rgb(65,44,52); }

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

border-color css

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

 span { border-color: rgb(65,44,52); }

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