Html Css Color HEX #403653 Grape

📋 copy color: '#403653'

red 64 ◦ green 54 ◦ blue 83

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

Shades of Grape #403653

Tints of Grape #403653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 31.84%
G = 26.87%
B = 41.29%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403653 (or 0x403653) is known color: Grape. HEX triplet: 40, 36 and 53. RGB value is (64,54,83). Sum of RGB (Red+Green+Blue) = 64+54+83=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #403653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403653 is #BFC9AC. Grayscale: #3C3C3C. Windows color (decimal): -12569005 or 5453376. OLE color: 5453376.

HSL color Cylindrical-coordinate representation of color #403653: hue angle of 260.69º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #403653 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 54 83 -
CMYK 0.23 0.35 0 0.67
HSL 260.69º 0.21% 0.27% -
HSV(B) 260.69º 0.35% 0.33% -
XYZ 4.99 4.35 8.76 -
YUV 60.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 64 54 83 0.23 0.35 0 0.67 260.69 0.21 0.27
Hex 40 36 53 17 23 0 43 105 15 1B
Octal 100 66 123 27 43 0 103 405 25 33
Binary 1000000 110110 1010011 10111 100011 0 1000011 100000101 10101 11011

Color Harmonies of #403653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403653

Black with #403653

Text Example


Text Example

White with #403653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403653; }

 p { color: rgb(64,54,83); }

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

background-color css

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

 a { background-color: rgb(64,54,83); }

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

border-color css

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

 span { border-color: rgb(64,54,83); }

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