#450957

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

Shades of Scarlet Gum #450957

Tints of Scarlet Gum #450957

Color information

#450957 (or 0x450957) is unknown color: approx Scarlet Gum. HEX triplet: 45, 09 and 57. RGB value is (69,9,87). Sum of RGB (Red+Green+Blue) = 69+9+87=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #450957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450957 is #BAF6A8. Grayscale: #232323. Windows color (decimal): -12252841 or 5704005. OLE color: 5704005.

HSL color Cylindrical-coordinate representation of color #450957: hue angle of 286.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450957 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69987-
CMYK0.210.9000.66
HSL286.15º81.25%18.82%-
HSV(B)286.15º89.66%34.12%-
XYZ4.272.159.21-
YUV35.83156.88151.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=41.82%
G=5.45%
B=52.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal699870.210.9000.66286.1581.2518.82
Hex45957155A04211e5113
Octal1051112725132010243612123
Binary10001011001101011110101101101001000010100011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450957; }

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

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

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

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

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

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

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

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