Html Css Color HEX #403C49 Grape

📋 copy color: '#403C49'

red 64 ◦ green 60 ◦ blue 73

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

Shades of Grape #403C49

Tints of Grape #403C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 32.49%
G = 30.46%
B = 37.06%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403C49 (or 0x403C49) is known color: Grape. HEX triplet: 40, 3C and 49. RGB value is (64,60,73). Sum of RGB (Red+Green+Blue) = 64+60+73=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #403C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C49 is #BFC3B6. Grayscale: #3E3E3E. Windows color (decimal): -12567479 or 4799552. OLE color: 4799552.

HSL color Cylindrical-coordinate representation of color #403C49: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #403C49 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 60 73 -
CMYK 0.12 0.18 0 0.71
HSL 258.46º 0.1% 0.26% -
HSV(B) 258.46º 0.18% 0.29% -
XYZ 4.93 4.8 6.97 -
YUV 62.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 64 60 73 0.12 0.18 0 0.71 258.46 0.1 0.26
Hex 40 3C 49 C 12 0 47 102 A 1A
Octal 100 74 111 14 22 0 107 402 12 32
Binary 1000000 111100 1001001 1100 10010 0 1000111 100000010 1010 11010

Color Harmonies of #403C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C49

Black with #403C49

Text Example


Text Example

White with #403C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C49; }

 p { color: rgb(64,60,73); }

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

background-color css

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

 a { background-color: rgb(64,60,73); }

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

border-color css

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

 span { border-color: rgb(64,60,73); }

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