#45185F

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

Shades of Scarlet Gum #45185F

Tints of Scarlet Gum #45185F

Color information

#45185F (or 0x45185F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 18 and 5F. RGB value is (69,24,95). Sum of RGB (Red+Green+Blue) = 69+24+95=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #45185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45185F is #BAE7A0. Grayscale: #2D2D2D. Windows color (decimal): -12248993 or 6232133. OLE color: 6232133.

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

Color convert

RGB692495-
CMYK0.270.7500.63
HSL278.03º59.66%23.33%-
HSV(B)278.03º74.74%37.25%-
XYZ4.852.7411.1-
YUV45.55155.91144.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=36.70%
G=12.77%
B=50.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6924950.270.7500.63278.0359.6623.33
Hex45185F1B4B03F1163c17
Octal10530137331130774267427
Binary1000101110001011111110111001011011111110001011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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