#433C50

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

Shades of Grape #433C50

Tints of Grape #433C50

Color information

#433C50 (or 0x433C50) is unknown color: approx Grape. HEX triplet: 43, 3C and 50. RGB value is (67,60,80). Sum of RGB (Red+Green+Blue) = 67+60+80=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #433C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433C50 is #BCC3AF. Grayscale: #404040. Windows color (decimal): -12370864 or 5258307. OLE color: 5258307.

HSL color Cylindrical-coordinate representation of color #433C50: hue angle of 261º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #433C50 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB676080-
CMYK0.160.2500.69
HSL261º14.29%27.45%-
HSV(B)261º25%31.37%-
XYZ5.3858.27-
YUV64.37136.82129.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=32.37%
G=28.99%
B=38.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6760800.160.2500.6926114.2927.45
Hex433C501019045105e1b
Octal10374120203101054051633
Binary10000111111001010000100001100101000101100000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433C50; }

 p { color: rgb(67,60,80); }

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

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

 a { background-color: rgb(67,60,80); }

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

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

 span { border-color: rgb(67,60,80); }

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