Html Css Color HEX #413C4C Grape

📋 copy color: '#413C4C'

red 65 ◦ green 60 ◦ blue 76

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

Shades of Grape #413C4C

Tints of Grape #413C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 32.34%
G = 29.85%
B = 37.81%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#413C4C (or 0x413C4C) is known color: Grape. HEX triplet: 41, 3C and 4C. RGB value is (65,60,76). Sum of RGB (Red+Green+Blue) = 65+60+76=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #413C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C4C is #BEC3B3. Grayscale: #3F3F3F. Windows color (decimal): -12501940 or 4996161. OLE color: 4996161.

HSL color Cylindrical-coordinate representation of color #413C4C: hue angle of 258.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #413C4C is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 60 76 -
CMYK 0.14 0.21 0 0.70
HSL 258.75º 0.12% 0.27% -
HSV(B) 258.75º 0.21% 0.3% -
XYZ 5.1 4.88 7.51 -
YUV 63.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 65 60 76 0.14 0.21 0 0.70 258.75 0.12 0.27
Hex 41 3C 4C E 15 0 46 103 C 1B
Octal 101 74 114 16 25 0 106 403 14 33
Binary 1000001 111100 1001100 1110 10101 0 1000110 100000011 1100 11011

Color Harmonies of #413C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C4C

Black with #413C4C

Text Example


Text Example

White with #413C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,76); }

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

background-color css

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

 a { background-color: rgb(65,60,76); }

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

border-color css

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

 span { border-color: rgb(65,60,76); }

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