Html Css Color HEX #412131 Toledo

📋 copy color: '#412131'

red 65 ◦ green 33 ◦ blue 49

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

Shades of Toledo #412131

Tints of Toledo #412131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

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

R = 44.22%
G = 22.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#412131 (or 0x412131) is known color: Toledo. HEX triplet: 41, 21 and 31. RGB value is (65,33,49). Sum of RGB (Red+Green+Blue) = 65+33+49=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #412131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412131 is #BEDECE. Grayscale: #2C2C2C. Windows color (decimal): -12508879 or 3219777. OLE color: 3219777.

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

Color convert

RGB 65 33 49 -
CMYK 0 0.49 0.25 0.75
HSL 330º 0.33% 0.19% -
HSV(B) 330º 0.49% 0.25% -
XYZ 3.28 2.43 3.2 -
YUV 44.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 65 33 49 0 0.49 0.25 0.75 330 0.33 0.19
Hex 41 21 31 0 31 19 4B 14A 21 13
Octal 101 41 61 0 61 31 113 512 41 23
Binary 1000001 100001 110001 0 110001 11001 1001011 101001010 100001 10011

Color Harmonies of #412131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412131

Black with #412131

Text Example


Text Example

White with #412131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412131; }

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

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

background-color css

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

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

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

border-color css

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

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

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