#45195E

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

Shades of Scarlet Gum #45195E

Tints of Scarlet Gum #45195E

Color information

#45195E (or 0x45195E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 5E. RGB value is (69,25,94). Sum of RGB (Red+Green+Blue) = 69+25+94=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #45195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45195E is #BAE6A1. Grayscale: #2D2D2D. Windows color (decimal): -12248738 or 6166853. OLE color: 6166853.

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

Color convert

RGB692594-
CMYK0.270.7300.63
HSL278.26º57.98%23.33%-
HSV(B)278.26º73.4%36.86%-
XYZ4.822.7710.87-
YUV46.02155.08144.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 94 (37.11% from 255) = 50%
R=36.70%
G=13.30%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6925940.270.7300.63278.2657.9823.33
Hex45195E1B4903F1163a17
Octal10531136331110774267227
Binary1000101110011011110110111001001011111110001011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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