Html Css Color HEX #412531 Toledo

📋 copy color: '#412531'

red 65 ◦ green 37 ◦ blue 49

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

Shades of Toledo #412531

Tints of Toledo #412531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

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

R = 43.05%
G = 24.5%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#412531 (or 0x412531) is known color: Toledo. HEX triplet: 41, 25 and 31. RGB value is (65,37,49). Sum of RGB (Red+Green+Blue) = 65+37+49=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412531 is #BEDACE. Grayscale: #2E2E2E. Windows color (decimal): -12507855 or 3220801. OLE color: 3220801.

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

Color convert

RGB 65 37 49 -
CMYK 0 0.43 0.25 0.75
HSL 334.29º 0.27% 0.2% -
HSV(B) 334.29º 0.43% 0.25% -
XYZ 3.4 2.67 3.24 -
YUV 46.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 65 37 49 0 0.43 0.25 0.75 334.29 0.27 0.2
Hex 41 25 31 0 2B 19 4B 14E 1B 14
Octal 101 45 61 0 53 31 113 516 33 24
Binary 1000001 100101 110001 0 101011 11001 1001011 101001110 11011 10100

Color Harmonies of #412531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412531

Black with #412531

Text Example


Text Example

White with #412531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412531; }

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

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

background-color css

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

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

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

border-color css

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

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

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