Html Css Color HEX #412031 Toledo

📋 copy color: '#412031'

red 65 ◦ green 32 ◦ blue 49

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

Shades of Toledo #412031

Tints of Toledo #412031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 44.52%
G = 21.92%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#412031 (or 0x412031) is known color: Toledo. HEX triplet: 41, 20 and 31. RGB value is (65,32,49). Sum of RGB (Red+Green+Blue) = 65+32+49=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #412031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412031 is #BEDFCE. Grayscale: #2B2B2B. Windows color (decimal): -12509135 or 3219521. OLE color: 3219521.

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

Color convert

RGB 65 32 49 -
CMYK 0 0.51 0.25 0.75
HSL 329.09º 0.34% 0.19% -
HSV(B) 329.09º 0.51% 0.25% -
XYZ 3.25 2.38 3.19 -
YUV 43.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 65 32 49 0 0.51 0.25 0.75 329.09 0.34 0.19
Hex 41 20 31 0 33 19 4B 149 22 13
Octal 101 40 61 0 63 31 113 511 42 23
Binary 1000001 100000 110001 0 110011 11001 1001011 101001001 100010 10011

Color Harmonies of #412031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412031

Black with #412031

Text Example


Text Example

White with #412031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412031; }

 p { color: rgb(65,32,49); }

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

background-color css

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

 a { background-color: rgb(65,32,49); }

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

border-color css

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

 span { border-color: rgb(65,32,49); }

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