#450757

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

Shades of Scarlet Gum #450757

Tints of Scarlet Gum #450757

Color information

#450757 (or 0x450757) is unknown color: approx Scarlet Gum. HEX triplet: 45, 07 and 57. RGB value is (69,7,87). Sum of RGB (Red+Green+Blue) = 69+7+87=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #450757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450757 is #BAF8A8. Grayscale: #222222. Windows color (decimal): -12253353 or 5703493. OLE color: 5703493.

HSL color Cylindrical-coordinate representation of color #450757: hue angle of 286.5º 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 #450757 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69787-
CMYK0.210.9200.66
HSL286.5º85.11%18.43%-
HSV(B)286.5º91.95%34.12%-
XYZ4.252.119.2-
YUV34.66157.54152.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=42.33%
G=4.29%
B=53.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal697870.210.9200.66286.585.1118.43
Hex45757155C04211e5512
Octal105712725134010243612522
Binary1000101111101011110101101110001000010100011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450757; }

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

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

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

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

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

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

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

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