Html Css Color HEX #413953 Grape

📋 copy color: '#413953'

red 65 ◦ green 57 ◦ blue 83

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

Shades of Grape #413953

Tints of Grape #413953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 31.71%
G = 27.8%
B = 40.49%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413953 (or 0x413953) is known color: Grape. HEX triplet: 41, 39 and 53. RGB value is (65,57,83). Sum of RGB (Red+Green+Blue) = 65+57+83=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #413953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413953 is #BEC6AC. Grayscale: #3E3E3E. Windows color (decimal): -12502701 or 5454145. OLE color: 5454145.

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

Color convert

RGB 65 57 83 -
CMYK 0.22 0.31 0 0.67
HSL 258.46º 0.19% 0.27% -
HSV(B) 258.46º 0.31% 0.33% -
XYZ 5.2 4.67 8.81 -
YUV 62.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 65 57 83 0.22 0.31 0 0.67 258.46 0.19 0.27
Hex 41 39 53 16 1F 0 43 102 13 1B
Octal 101 71 123 26 37 0 103 402 23 33
Binary 1000001 111001 1010011 10110 11111 0 1000011 100000010 10011 11011

Color Harmonies of #413953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413953

Black with #413953

Text Example


Text Example

White with #413953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413953; }

 p { color: rgb(65,57,83); }

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

background-color css

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

 a { background-color: rgb(65,57,83); }

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

border-color css

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

 span { border-color: rgb(65,57,83); }

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