#450755

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

Shades of Scarlet Gum #450755

Tints of Scarlet Gum #450755

Color information

#450755 (or 0x450755) is unknown color: approx Scarlet Gum. HEX triplet: 45, 07 and 55. RGB value is (69,7,85). Sum of RGB (Red+Green+Blue) = 69+7+85=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #450755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450755 is #BAF8AA. Grayscale: #222222. Windows color (decimal): -12253355 or 5572421. OLE color: 5572421.

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

Color convert

RGB69785-
CMYK0.190.9200.67
HSL287.69º84.78%18.04%-
HSV(B)287.69º91.76%33.33%-
XYZ4.172.078.77-
YUV34.43156.54152.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=42.86%
G=4.35%
B=52.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal697850.190.9200.67287.6984.7818.04
Hex45755135C0431205512
Octal105712523134010344012522
Binary1000101111101010110011101110001000011100100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450755; }

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

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

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

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

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

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

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

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