#423853

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

Shades of Grape #423853

Tints of Grape #423853

Color information

#423853 (or 0x423853) is unknown color: approx Grape. HEX triplet: 42, 38 and 53. RGB value is (66,56,83). Sum of RGB (Red+Green+Blue) = 66+56+83=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #423853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423853 is #BDC7AC. Grayscale: #3D3D3D. Windows color (decimal): -12437421 or 5453890. OLE color: 5453890.

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

Color convert

RGB665683-
CMYK0.200.3300.67
HSL262.22º19.42%27.25%-
HSV(B)262.22º32.53%32.55%-
XYZ5.224.618.8-
YUV62.07139.81130.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=32.20%
G=27.32%
B=40.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6656830.200.3300.67262.2219.4227.25
Hex4238531421043106131b
Octal10270123244101034062333
Binary1000010111000101001110100100001010000111000001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423853; }

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

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

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

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

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

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

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

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