#423D53

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

Shades of Grape #423D53

Tints of Grape #423D53

Color information

#423D53 (or 0x423D53) is unknown color: approx Grape. HEX triplet: 42, 3D and 53. RGB value is (66,61,83). Sum of RGB (Red+Green+Blue) = 66+61+83=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #423D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D53 is #BDC2AC. Grayscale: #404040. Windows color (decimal): -12436141 or 5455170. OLE color: 5455170.

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

Color convert

RGB666183-
CMYK0.200.2700.67
HSL253.64º15.28%28.24%-
HSV(B)253.64º26.51%32.55%-
XYZ5.485.128.88-
YUV65138.16128.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=31.43%
G=29.05%
B=39.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6661830.200.2700.67253.6415.2828.24
Hex423D53141B043fef1c
Octal10275123243301033761734
Binary1000010111101101001110100110110100001111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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