#45185C

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

Shades of Scarlet Gum #45185C

Tints of Scarlet Gum #45185C

Color information

#45185C (or 0x45185C) is unknown color: approx Scarlet Gum. HEX triplet: 45, 18 and 5C. RGB value is (69,24,92). Sum of RGB (Red+Green+Blue) = 69+24+92=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #45185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45185C is #BAE7A3. Grayscale: #2C2C2C. Windows color (decimal): -12248996 or 6035525. OLE color: 6035525.

HSL color Cylindrical-coordinate representation of color #45185C: hue angle of 279.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45185C is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692492-
CMYK0.250.7400.64
HSL279.71º58.62%22.75%-
HSV(B)279.71º73.91%36.08%-
XYZ4.712.6910.4-
YUV45.21154.41144.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=37.30%
G=12.97%
B=49.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6924920.250.7400.64279.7158.6222.75
Hex45185C194A0401183b17
Octal105301343111201004307327
Binary10001011100010111001100110010100100000010001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45185C; }

 p { color: rgb(69,24,92); }

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

<style>
 a { background-color: #45185C; }

 a { background-color: rgb(69,24,92); }

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

<style>
 span { border-color: #45185C; }

 span { border-color: rgb(69,24,92); }

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