#413D50

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

Shades of Grape #413D50

Tints of Grape #413D50

Color information

#413D50 (or 0x413D50) is unknown color: approx Grape. HEX triplet: 41, 3D and 50. RGB value is (65,61,80). Sum of RGB (Red+Green+Blue) = 65+61+80=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #413D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D50 is #BEC2AF. Grayscale: #404040. Windows color (decimal): -12501680 or 5258561. OLE color: 5258561.

HSL color Cylindrical-coordinate representation of color #413D50: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #413D50 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656180-
CMYK0.190.2400.69
HSL252.63º13.48%27.65%-
HSV(B)252.63º23.75%31.37%-
XYZ5.35.048.28-
YUV64.36136.83128.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=31.55%
G=29.61%
B=38.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6561800.190.2400.69252.6313.4827.65
Hex413D501318045fdd1c
Octal10175120233001053751534
Binary1000001111101101000010011110000100010111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413D50; }

 p { color: rgb(65,61,80); }

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

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

 a { background-color: rgb(65,61,80); }

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

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

 span { border-color: rgb(65,61,80); }

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