Html Css Color HEX #424147 Grape

📋 copy color: '#424147'

red 66 ◦ green 65 ◦ blue 71

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

Shades of Grape #424147

Tints of Grape #424147

RGB

 RED value IS 66 (26.17% from 255) = 32.67%

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 32.67%
G = 32.18%
B = 35.15%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424147 (or 0x424147) is known color: Grape. HEX triplet: 42, 41 and 47. RGB value is (66,65,71). Sum of RGB (Red+Green+Blue) = 66+65+71=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #424147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424147 is #BDBEB8. Grayscale: #414141. Windows color (decimal): -12435129 or 4669762. OLE color: 4669762.

HSL color Cylindrical-coordinate representation of color #424147: hue angle of 250º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424147 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 65 71 -
CMYK 0.07 0.08 0 0.72
HSL 250º 0.04% 0.27% -
HSV(B) 250º 0.08% 0.28% -
XYZ 5.27 5.39 6.72 -
YUV 65.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 66 65 71 0.07 0.08 0 0.72 250 0.04 0.27
Hex 42 41 47 7 8 0 48 FA 4 1B
Octal 102 101 107 7 10 0 110 372 4 33
Binary 1000010 1000001 1000111 111 1000 0 1001000 11111010 100 11011

Color Harmonies of #424147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424147

Black with #424147

Text Example


Text Example

White with #424147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424147; }

 p { color: rgb(66,65,71); }

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

background-color css

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

 a { background-color: rgb(66,65,71); }

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

border-color css

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

 span { border-color: rgb(66,65,71); }

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