#423D52

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

Shades of Grape #423D52

Tints of Grape #423D52

Color information

#423D52 (or 0x423D52) is unknown color: approx Grape. HEX triplet: 42, 3D and 52. RGB value is (66,61,82). Sum of RGB (Red+Green+Blue) = 66+61+82=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #423D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D52 is #BDC2AD. Grayscale: #404040. Windows color (decimal): -12436142 or 5389634. OLE color: 5389634.

HSL color Cylindrical-coordinate representation of color #423D52: hue angle of 254.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423D52 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB666182-
CMYK0.200.2600.68
HSL254.29º14.69%28.04%-
HSV(B)254.29º25.61%32.16%-
XYZ5.445.18.68-
YUV64.89137.66128.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=31.58%
G=29.19%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6661820.200.2600.68254.2914.6928.04
Hex423D52141A044fef1c
Octal10275122243201043761734
Binary1000010111101101001010100110100100010011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,82); }

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

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

 a { background-color: rgb(66,61,82); }

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

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

 span { border-color: rgb(66,61,82); }

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