Html Css Color HEX #423C49 Grape

📋 copy color: '#423C49'

red 66 ◦ green 60 ◦ blue 73

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

Shades of Grape #423C49

Tints of Grape #423C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 33.17%
G = 30.15%
B = 36.68%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#423C49 (or 0x423C49) is known color: Grape. HEX triplet: 42, 3C and 49. RGB value is (66,60,73). Sum of RGB (Red+Green+Blue) = 66+60+73=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #423C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C49 is #BDC3B6. Grayscale: #3F3F3F. Windows color (decimal): -12436407 or 4799554. OLE color: 4799554.

HSL color Cylindrical-coordinate representation of color #423C49: hue angle of 267.69º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #423C49 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 60 73 -
CMYK 0.10 0.18 0 0.71
HSL 267.69º 0.1% 0.26% -
HSV(B) 267.69º 0.18% 0.29% -
XYZ 5.07 4.87 6.98 -
YUV 63.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 66 60 73 0.10 0.18 0 0.71 267.69 0.1 0.26
Hex 42 3C 49 A 12 0 47 10C A 1A
Octal 102 74 111 12 22 0 107 414 12 32
Binary 1000010 111100 1001001 1010 10010 0 1000111 100001100 1010 11010

Color Harmonies of #423C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C49

Black with #423C49

Text Example


Text Example

White with #423C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C49; }

 p { color: rgb(66,60,73); }

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

background-color css

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

 a { background-color: rgb(66,60,73); }

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

border-color css

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

 span { border-color: rgb(66,60,73); }

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