#450A54

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

Shades of Scarlet Gum #450A54

Tints of Scarlet Gum #450A54

Color information

#450A54 (or 0x450A54) is unknown color: approx Scarlet Gum. HEX triplet: 45, 0A and 54. RGB value is (69,10,84). Sum of RGB (Red+Green+Blue) = 69+10+84=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #450A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A54 is #BAF5AB. Grayscale: #232323. Windows color (decimal): -12252588 or 5507653. OLE color: 5507653.

HSL color Cylindrical-coordinate representation of color #450A54: hue angle of 287.84º degrees, saturation: 0.79, 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 #450A54 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB691084-
CMYK0.180.8800.67
HSL287.84º78.72%18.43%-
HSV(B)287.84º88.1%32.94%-
XYZ4.162.128.58-
YUV36.08155.05151.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=42.33%
G=6.13%
B=51.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6910840.180.8800.67287.8478.7218.43
Hex45A5412580431204f12
Octal1051212422130010344011722
Binary10001011010101010010010101100001000011100100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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