Html Css Color HEX #412331 Toledo

📋 copy color: '#412331'

red 65 ◦ green 35 ◦ blue 49

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

Shades of Toledo #412331

Tints of Toledo #412331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

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

R = 43.62%
G = 23.49%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#412331 (or 0x412331) is known color: Toledo. HEX triplet: 41, 23 and 31. RGB value is (65,35,49). Sum of RGB (Red+Green+Blue) = 65+35+49=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #412331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412331 is #BEDCCE. Grayscale: #2D2D2D. Windows color (decimal): -12508367 or 3220289. OLE color: 3220289.

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

Color convert

RGB 65 35 49 -
CMYK 0 0.46 0.25 0.75
HSL 332º 0.3% 0.2% -
HSV(B) 332º 0.46% 0.25% -
XYZ 3.34 2.55 3.22 -
YUV 45.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 65 35 49 0 0.46 0.25 0.75 332 0.3 0.2
Hex 41 23 31 0 2E 19 4B 14C 1E 14
Octal 101 43 61 0 56 31 113 514 36 24
Binary 1000001 100011 110001 0 101110 11001 1001011 101001100 11110 10100

Color Harmonies of #412331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412331

Black with #412331

Text Example


Text Example

White with #412331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412331; }

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

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

background-color css

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

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

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

border-color css

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

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

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