#45185B

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

Shades of Scarlet Gum #45185B

Tints of Scarlet Gum #45185B

Color information

#45185B (or 0x45185B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 18 and 5B. RGB value is (69,24,91). Sum of RGB (Red+Green+Blue) = 69+24+91=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #45185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45185B is #BAE7A4. Grayscale: #2C2C2C. Windows color (decimal): -12248997 or 5969989. OLE color: 5969989.

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

Color convert

RGB692491-
CMYK0.240.7400.64
HSL280.3º58.26%22.55%-
HSV(B)280.3º73.63%35.69%-
XYZ4.672.6710.17-
YUV45.09153.91145.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=37.5%
G=13.04%
B=49.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6924910.240.7400.64280.358.2622.55
Hex45185B184A0401183a17
Octal105301333011201004307227
Binary10001011100010110111100010010100100000010001100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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