#45195D

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

Shades of Scarlet Gum #45195D

Tints of Scarlet Gum #45195D

Color information

#45195D (or 0x45195D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 19 and 5D. RGB value is (69,25,93). Sum of RGB (Red+Green+Blue) = 69+25+93=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #45195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45195D is #BAE6A2. Grayscale: #2D2D2D. Windows color (decimal): -12248739 or 6101317. OLE color: 6101317.

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

Color convert

RGB692593-
CMYK0.260.7300.64
HSL278.82º57.63%23.14%-
HSV(B)278.82º73.12%36.47%-
XYZ4.782.7510.64-
YUV45.91154.58144.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=36.90%
G=13.37%
B=49.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6925930.260.7300.64278.8257.6323.14
Hex45195D1A490401173a17
Octal105311353211101004277227
Binary10001011100110111011101010010010100000010001011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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