#45125E

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

Shades of Scarlet Gum #45125E

Tints of Scarlet Gum #45125E

Color information

#45125E (or 0x45125E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 5E. RGB value is (69,18,94). Sum of RGB (Red+Green+Blue) = 69+18+94=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #45125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45125E is #BAEDA1. Grayscale: #292929. Windows color (decimal): -12250530 or 6165061. OLE color: 6165061.

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

Color convert

RGB691894-
CMYK0.270.8100.63
HSL280.26º67.86%21.96%-
HSV(B)280.26º80.85%36.86%-
XYZ4.692.5110.83-
YUV41.91157.4147.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=38.12%
G=9.94%
B=51.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6918940.270.8100.63280.2667.8621.96
Hex45125E1B5103F1184416
Octal105221363312107743010426
Binary10001011001010111101101110100010111111100011000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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