#45155B

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

Shades of Scarlet Gum #45155B

Tints of Scarlet Gum #45155B

Color information

#45155B (or 0x45155B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 15 and 5B. RGB value is (69,21,91). Sum of RGB (Red+Green+Blue) = 69+21+91=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #45155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45155B is #BAEAA4. Grayscale: #2B2B2B. Windows color (decimal): -12249765 or 5969221. OLE color: 5969221.

HSL color Cylindrical-coordinate representation of color #45155B: hue angle of 281.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45155B is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692191-
CMYK0.240.7700.64
HSL281.14º62.5%21.96%-
HSV(B)281.14º76.92%35.69%-
XYZ4.612.5610.15-
YUV43.33154.9146.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=38.12%
G=11.60%
B=50.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6921910.240.7700.64281.1462.521.96
Hex45155B184D0401193e16
Octal105251333011501004317626
Binary10001011010110110111100010011010100000010001100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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