#451560

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

Shades of Scarlet Gum #451560

Tints of Scarlet Gum #451560

Color information

#451560 (or 0x451560) is unknown color: approx Scarlet Gum. HEX triplet: 45, 15 and 60. RGB value is (69,21,96). Sum of RGB (Red+Green+Blue) = 69+21+96=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #451560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451560 is #BAEA9F. Grayscale: #2B2B2B. Windows color (decimal): -12249760 or 6296901. OLE color: 6296901.

HSL color Cylindrical-coordinate representation of color #451560: hue angle of 278.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451560 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692196-
CMYK0.280.7800.62
HSL278.4º64.1%22.94%-
HSV(B)278.4º78.12%37.65%-
XYZ4.832.6511.32-
YUV43.9157.4145.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=37.10%
G=11.29%
B=51.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6921960.280.7800.62278.464.122.94
Hex4515601C4E03E1164017
Octal105251403411607642610027
Binary10001011010111000001110010011100111110100010110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451560; }

 p { color: rgb(69,21,96); }

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

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

 a { background-color: rgb(69,21,96); }

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

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

 span { border-color: rgb(69,21,96); }

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