#45115B

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

Shades of Scarlet Gum #45115B

Tints of Scarlet Gum #45115B

Color information

#45115B (or 0x45115B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 11 and 5B. RGB value is (69,17,91). Sum of RGB (Red+Green+Blue) = 69+17+91=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #45115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45115B is #BAEEA4. Grayscale: #282828. Windows color (decimal): -12250789 or 5968197. OLE color: 5968197.

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

Color convert

RGB691791-
CMYK0.240.8100.64
HSL282.16º68.52%21.18%-
HSV(B)282.16º81.32%35.69%-
XYZ4.542.4210.13-
YUV40.98156.23147.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=38.98%
G=9.60%
B=51.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6917910.240.8100.64282.1668.5221.18
Hex45115B185104011a4515
Octal1052113330121010043210525
Binary100010110001101101111000101000101000000100011010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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