#45155E

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

Shades of Scarlet Gum #45155E

Tints of Scarlet Gum #45155E

Color information

#45155E (or 0x45155E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 15 and 5E. RGB value is (69,21,94). Sum of RGB (Red+Green+Blue) = 69+21+94=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #45155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45155E is #BAEAA1. Grayscale: #2B2B2B. Windows color (decimal): -12249762 or 6165829. OLE color: 6165829.

HSL color Cylindrical-coordinate representation of color #45155E: hue angle of 279.45º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45155E is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB692194-
CMYK0.270.7800.63
HSL279.45º63.48%22.55%-
HSV(B)279.45º77.66%36.86%-
XYZ4.742.6110.84-
YUV43.67156.4146.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=37.5%
G=11.41%
B=51.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6921940.270.7800.63279.4563.4822.55
Hex45155E1B4E03F1173f17
Octal10525136331160774277727
Binary1000101101011011110110111001110011111110001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45155E; }

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

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

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

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

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

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

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

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