#45145C

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

Shades of Scarlet Gum #45145C

Tints of Scarlet Gum #45145C

Color information

#45145C (or 0x45145C) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 5C. RGB value is (69,20,92). Sum of RGB (Red+Green+Blue) = 69+20+92=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #45145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45145C is #BAEBA3. Grayscale: #2A2A2A. Windows color (decimal): -12250020 or 6034501. OLE color: 6034501.

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

Color convert

RGB692092-
CMYK0.250.7800.64
HSL280.83º64.29%21.96%-
HSV(B)280.83º78.26%36.08%-
XYZ4.642.5410.37-
YUV42.86155.73146.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=38.12%
G=11.05%
B=50.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6920920.250.7800.64280.8364.2921.96
Hex45145C194E0401194016
Octal1052413431116010043110026
Binary100010110100101110011001100111001000000100011001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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