#45175E

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

Shades of Scarlet Gum #45175E

Tints of Scarlet Gum #45175E

Color information

#45175E (or 0x45175E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 17 and 5E. RGB value is (69,23,94). Sum of RGB (Red+Green+Blue) = 69+23+94=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #45175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45175E is #BAE8A1. Grayscale: #2C2C2C. Windows color (decimal): -12249250 or 6166341. OLE color: 6166341.

HSL color Cylindrical-coordinate representation of color #45175E: hue angle of 278.87º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45175E is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB692394-
CMYK0.270.7600.63
HSL278.87º60.68%22.94%-
HSV(B)278.87º75.53%36.86%-
XYZ4.782.6910.86-
YUV44.85155.74145.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=37.10%
G=12.37%
B=50.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6923940.270.7600.63278.8760.6822.94
Hex45175E1B4C03F1173d17
Octal10527136331140774277527
Binary1000101101111011110110111001100011111110001011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45175E; }

 p { color: rgb(69,23,94); }

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

<style>
 a { background-color: #45175E; }

 a { background-color: rgb(69,23,94); }

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

<style>
 span { border-color: #45175E; }

 span { border-color: rgb(69,23,94); }

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