Html Css Color HEX #402331 Toledo

📋 copy color: '#402331'

red 64 ◦ green 35 ◦ blue 49

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

Shades of Toledo #402331

Tints of Toledo #402331

RGB

 RED value IS 64 (25.39% from 255) = 43.24%

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

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

R = 43.24%
G = 23.65%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#402331 (or 0x402331) is known color: Toledo. HEX triplet: 40, 23 and 31. RGB value is (64,35,49). Sum of RGB (Red+Green+Blue) = 64+35+49=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #402331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402331 is #BFDCCE. Grayscale: #2D2D2D. Windows color (decimal): -12573903 or 3220288. OLE color: 3220288.

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

Color convert

RGB 64 35 49 -
CMYK 0 0.45 0.23 0.75
HSL 331.03º 0.29% 0.19% -
HSV(B) 331.03º 0.45% 0.25% -
XYZ 3.27 2.51 3.22 -
YUV 45.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 64 35 49 0 0.45 0.23 0.75 331.03 0.29 0.19
Hex 40 23 31 0 2D 17 4B 14B 1D 13
Octal 100 43 61 0 55 27 113 513 35 23
Binary 1000000 100011 110001 0 101101 10111 1001011 101001011 11101 10011

Color Harmonies of #402331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402331

Black with #402331

Text Example


Text Example

White with #402331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402331; }

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

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

background-color css

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

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

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

border-color css

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

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

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