#450A53

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

Shades of Scarlet Gum #450A53

Tints of Scarlet Gum #450A53

Color information

#450A53 (or 0x450A53) is unknown color: approx Scarlet Gum. HEX triplet: 45, 0A and 53. RGB value is (69,10,83). Sum of RGB (Red+Green+Blue) = 69+10+83=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #450A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A53 is #BAF5AC. Grayscale: #232323. Windows color (decimal): -12252589 or 5442117. OLE color: 5442117.

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

Color convert

RGB691083-
CMYK0.170.8800.67
HSL288.49º78.49%18.24%-
HSV(B)288.49º87.95%32.55%-
XYZ4.122.118.37-
YUV35.96154.55151.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=42.59%
G=6.17%
B=51.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6910830.170.8800.67288.4978.4918.24
Hex45A5311580431204e12
Octal1051212321130010344011622
Binary10001011010101001110001101100001000011100100000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450A53; }

 p { color: rgb(69,10,83); }

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

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

 a { background-color: rgb(69,10,83); }

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

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

 span { border-color: rgb(69,10,83); }

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