#413853

Color #413853 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #413853

Tints of Grape #413853

Color information

#413853 (or 0x413853) is unknown color: approx Grape. HEX triplet: 41, 38 and 53. RGB value is (65,56,83). Sum of RGB (Red+Green+Blue) = 65+56+83=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #413853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413853 is #BEC7AC. Grayscale: #3D3D3D. Windows color (decimal): -12502957 or 5453889. OLE color: 5453889.

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

Color convert

RGB655683-
CMYK0.220.3300.67
HSL260º19.42%27.25%-
HSV(B)260º32.53%32.55%-
XYZ5.164.588.8-
YUV61.77139.98130.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=31.86%
G=27.45%
B=40.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6556830.220.3300.6726019.4227.25
Hex4138531621043104131b
Octal10170123264101034042333
Binary1000001111000101001110110100001010000111000001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413853; }

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

 H1.HeaderClassName
 {
   color: #413853;
 }
 .AnyTagClassName
 {
   color: #413853;
 }
</style>
background-color css

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

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

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

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

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

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