#451A60

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

Shades of Scarlet Gum #451A60

Tints of Scarlet Gum #451A60

Color information

#451A60 (or 0x451A60) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1A and 60. RGB value is (69,26,96). Sum of RGB (Red+Green+Blue) = 69+26+96=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #451A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A60 is #BAE59F. Grayscale: #2E2E2E. Windows color (decimal): -12248480 or 6298181. OLE color: 6298181.

HSL color Cylindrical-coordinate representation of color #451A60: hue angle of 276.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #451A60 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692696-
CMYK0.280.7300.62
HSL276.86º57.38%23.92%-
HSV(B)276.86º72.92%37.65%-
XYZ4.932.8511.36-
YUV46.84155.75143.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=36.13%
G=13.61%
B=50.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6926960.280.7300.62276.8657.3823.92
Hex451A601C4903E1153918
Octal10532140341110764257130
Binary1000101110101100000111001001001011111010001010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A60; }

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

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

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

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

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

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

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

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