Html Css Color HEX #412835 Toledo

📋 copy color: '#412835'

red 65 ◦ green 40 ◦ blue 53

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

Shades of Toledo #412835

Tints of Toledo #412835

RGB

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

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

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

R = 41.14%
G = 25.32%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412835 (or 0x412835) is known color: Toledo. HEX triplet: 41, 28 and 35. RGB value is (65,40,53). Sum of RGB (Red+Green+Blue) = 65+40+53=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #412835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412835 is #BED7CA. Grayscale: #303030. Windows color (decimal): -12507083 or 3483713. OLE color: 3483713.

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

Color convert

RGB 65 40 53 -
CMYK 0 0.38 0.18 0.75
HSL 328.8º 0.24% 0.21% -
HSV(B) 328.8º 0.38% 0.25% -
XYZ 3.58 2.9 3.74 -
YUV 48.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 65 40 53 0 0.38 0.18 0.75 328.8 0.24 0.21
Hex 41 28 35 0 26 12 4B 149 18 15
Octal 101 50 65 0 46 22 113 511 30 25
Binary 1000001 101000 110101 0 100110 10010 1001011 101001001 11000 10101

Color Harmonies of #412835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412835

Black with #412835

Text Example


Text Example

White with #412835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412835; }

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

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

background-color css

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

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

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

border-color css

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

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

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