#45165A

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

Shades of Scarlet Gum #45165A

Tints of Scarlet Gum #45165A

Color information

#45165A (or 0x45165A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 16 and 5A. RGB value is (69,22,90). Sum of RGB (Red+Green+Blue) = 69+22+90=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #45165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45165A is #BAE9A5. Grayscale: #2B2B2B. Windows color (decimal): -12249510 or 5903941. OLE color: 5903941.

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

Color convert

RGB692290-
CMYK0.230.7600.65
HSL281.47º60.71%21.96%-
HSV(B)281.47º75.56%35.29%-
XYZ4.592.589.93-
YUV43.8154.07145.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=38.12%
G=12.15%
B=49.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6922900.230.7600.65281.4760.7121.96
Hex45165A174C0411193d16
Octal105261322711401014317526
Binary10001011011010110101011110011000100000110001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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