#450756

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

Shades of Scarlet Gum #450756

Tints of Scarlet Gum #450756

Color information

#450756 (or 0x450756) is unknown color: approx Scarlet Gum. HEX triplet: 45, 07 and 56. RGB value is (69,7,86). Sum of RGB (Red+Green+Blue) = 69+7+86=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #450756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450756 is #BAF8A9. Grayscale: #222222. Windows color (decimal): -12253354 or 5637957. OLE color: 5637957.

HSL color Cylindrical-coordinate representation of color #450756: hue angle of 287.09º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450756 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69786-
CMYK0.200.9200.66
HSL287.09º84.95%18.24%-
HSV(B)287.09º91.86%33.73%-
XYZ4.212.098.99-
YUV34.54157.04152.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=42.59%
G=4.32%
B=53.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal697860.200.9200.66287.0984.9518.24
Hex45756145C04211f5512
Octal105712624134010243712522
Binary1000101111101011010100101110001000010100011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450756; }

 p { color: rgb(69,7,86); }

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

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

 a { background-color: rgb(69,7,86); }

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

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

 span { border-color: rgb(69,7,86); }

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