#45135E

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

Shades of Scarlet Gum #45135E

Tints of Scarlet Gum #45135E

Color information

#45135E (or 0x45135E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 5E. RGB value is (69,19,94). Sum of RGB (Red+Green+Blue) = 69+19+94=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #45135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45135E is #BAECA1. Grayscale: #2A2A2A. Windows color (decimal): -12250274 or 6165317. OLE color: 6165317.

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

Color convert

RGB691994-
CMYK0.270.8000.63
HSL280º66.37%22.16%-
HSV(B)280º79.79%36.86%-
XYZ4.712.5410.83-
YUV42.5157.06146.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=37.91%
G=10.44%
B=51.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6919940.270.8000.6328066.3722.16
Hex45135E1B5003F1184216
Octal105231363312007743010226
Binary10001011001110111101101110100000111111100011000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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