#45145E

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

Shades of Scarlet Gum #45145E

Tints of Scarlet Gum #45145E

Color information

#45145E (or 0x45145E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 5E. RGB value is (69,20,94). Sum of RGB (Red+Green+Blue) = 69+20+94=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #45145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45145E is #BAEBA1. Grayscale: #2A2A2A. Windows color (decimal): -12250018 or 6165573. OLE color: 6165573.

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

Color convert

RGB692094-
CMYK0.270.7900.63
HSL279.73º64.91%22.35%-
HSV(B)279.73º78.72%36.86%-
XYZ4.722.5710.84-
YUV43.09156.73146.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=37.70%
G=10.93%
B=51.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6920940.270.7900.63279.7364.9122.35
Hex45145E1B4F03F1184116
Octal105241363311707743010126
Binary10001011010010111101101110011110111111100011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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