#45115A

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

Shades of Scarlet Gum #45115A

Tints of Scarlet Gum #45115A

Color information

#45115A (or 0x45115A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 11 and 5A. RGB value is (69,17,90). Sum of RGB (Red+Green+Blue) = 69+17+90=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #45115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45115A is #BAEEA5. Grayscale: #282828. Windows color (decimal): -12250790 or 5902661. OLE color: 5902661.

HSL color Cylindrical-coordinate representation of color #45115A: hue angle of 282.74º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45115A is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB691790-
CMYK0.230.8100.65
HSL282.74º68.22%20.98%-
HSV(B)282.74º81.11%35.29%-
XYZ4.52.49.9-
YUV40.87155.73148.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=39.20%
G=9.66%
B=51.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6917900.230.8100.65282.7468.2220.98
Hex45115A175104111b4415
Octal1052113227121010143310425
Binary100010110001101101010111101000101000001100011011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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