#423752

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

Shades of Grape #423752

Tints of Grape #423752

Color information

#423752 (or 0x423752) is unknown color: approx Grape. HEX triplet: 42, 37 and 52. RGB value is (66,55,82). Sum of RGB (Red+Green+Blue) = 66+55+82=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #423752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423752 is #BDC8AD. Grayscale: #3D3D3D. Windows color (decimal): -12437678 or 5388098. OLE color: 5388098.

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

Color convert

RGB665582-
CMYK0.200.3300.68
HSL264.44º19.71%26.86%-
HSV(B)264.44º32.93%32.16%-
XYZ5.144.58.58-
YUV61.37139.64131.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=32.51%
G=27.09%
B=40.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6655820.200.3300.68264.4419.7126.86
Hex4237521421044108141b
Octal10267122244101044102433
Binary1000010110111101001010100100001010001001000010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423752; }

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

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

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

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

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

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

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

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