#450954

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

Shades of Scarlet Gum #450954

Tints of Scarlet Gum #450954

Color information

#450954 (or 0x450954) is unknown color: approx Scarlet Gum. HEX triplet: 45, 09 and 54. RGB value is (69,9,84). Sum of RGB (Red+Green+Blue) = 69+9+84=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #450954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450954 is #BAF6AB. Grayscale: #232323. Windows color (decimal): -12252844 or 5507397. OLE color: 5507397.

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

Color convert

RGB69984-
CMYK0.180.8900.67
HSL288º80.65%18.24%-
HSV(B)288º89.29%32.94%-
XYZ4.152.18.57-
YUV35.49155.38151.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=42.59%
G=5.56%
B=51.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal699840.180.8900.6728880.6518.24
Hex4595412590431205112
Octal1051112422131010344012122
Binary10001011001101010010010101100101000011100100000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450954; }

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

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

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

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

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

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

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

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