#451660

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

Shades of Scarlet Gum #451660

Tints of Scarlet Gum #451660

Color information

#451660 (or 0x451660) is unknown color: approx Scarlet Gum. HEX triplet: 45, 16 and 60. RGB value is (69,22,96). Sum of RGB (Red+Green+Blue) = 69+22+96=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #451660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451660 is #BAE99F. Grayscale: #2C2C2C. Windows color (decimal): -12249504 or 6297157. OLE color: 6297157.

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

Color convert

RGB692296-
CMYK0.280.7700.62
HSL278.11º62.71%23.14%-
HSV(B)278.11º77.08%37.65%-
XYZ4.852.6811.33-
YUV44.49157.07145.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=36.90%
G=11.76%
B=51.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6922960.280.7700.62278.1162.7123.14
Hex4516601C4D03E1163f17
Octal10526140341150764267727
Binary1000101101101100000111001001101011111010001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451660; }

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

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

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

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

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

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

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

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