#433F52

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

Shades of Grape #433F52

Tints of Grape #433F52

Color information

#433F52 (or 0x433F52) is unknown color: approx Grape. HEX triplet: 43, 3F and 52. RGB value is (67,63,82). Sum of RGB (Red+Green+Blue) = 67+63+82=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #433F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F52 is #BCC0AD. Grayscale: #424242. Windows color (decimal): -12370094 or 5390147. OLE color: 5390147.

HSL color Cylindrical-coordinate representation of color #433F52: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #433F52 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB676382-
CMYK0.180.2300.68
HSL252.63º13.1%28.43%-
HSV(B)252.63º23.17%32.16%-
XYZ5.625.368.72-
YUV66.36136.83128.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=31.60%
G=29.72%
B=38.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6763820.180.2300.68252.6313.128.43
Hex433F521217044fdd1c
Octal10377122222701043751534
Binary1000011111111101001010010101110100010011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,63,82); }

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

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

 a { background-color: rgb(67,63,82); }

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

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

 span { border-color: rgb(67,63,82); }

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