#45125D

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

Shades of Scarlet Gum #45125D

Tints of Scarlet Gum #45125D

Color information

#45125D (or 0x45125D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 5D. RGB value is (69,18,93). Sum of RGB (Red+Green+Blue) = 69+18+93=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #45125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45125D is #BAEDA2. Grayscale: #292929. Windows color (decimal): -12250531 or 6099525. OLE color: 6099525.

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

Color convert

RGB691893-
CMYK0.260.8100.64
HSL280.8º67.57%21.76%-
HSV(B)280.8º80.65%36.47%-
XYZ4.652.4910.59-
YUV41.8156.9147.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=38.33%
G=10%
B=51.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6918930.260.8100.64280.867.5721.76
Hex45125D1A510401194416
Octal1052213532121010043110426
Binary100010110010101110111010101000101000000100011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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