#45095D

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

Shades of Scarlet Gum #45095D

Tints of Scarlet Gum #45095D

Color information

#45095D (or 0x45095D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 09 and 5D. RGB value is (69,9,93). Sum of RGB (Red+Green+Blue) = 69+9+93=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #45095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45095D is #BAF6A2. Grayscale: #242424. Windows color (decimal): -12252835 or 6097221. OLE color: 6097221.

HSL color Cylindrical-coordinate representation of color #45095D: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45095D is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB69993-
CMYK0.260.9000.64
HSL282.86º82.35%20%-
HSV(B)282.86º90.32%36.47%-
XYZ4.532.2510.55-
YUV36.52159.88151.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=40.35%
G=5.26%
B=54.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal699930.260.9000.64282.8682.3520
Hex4595D1A5A04011b5214
Octal1051113532132010043312224
Binary10001011001101110111010101101001000000100011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45095D; }

 p { color: rgb(69,9,93); }

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

<style>
 a { background-color: #45095D; }

 a { background-color: rgb(69,9,93); }

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

<style>
 span { border-color: #45095D; }

 span { border-color: rgb(69,9,93); }

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