#45145D

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

Shades of Scarlet Gum #45145D

Tints of Scarlet Gum #45145D

Color information

#45145D (or 0x45145D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 14 and 5D. RGB value is (69,20,93). Sum of RGB (Red+Green+Blue) = 69+20+93=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #45145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45145D is #BAEBA2. Grayscale: #2A2A2A. Windows color (decimal): -12250019 or 6100037. OLE color: 6100037.

HSL color Cylindrical-coordinate representation of color #45145D: hue angle of 280.27º degrees, saturation: 0.65, 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 #45145D is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692093-
CMYK0.260.7800.64
HSL280.27º64.6%22.16%-
HSV(B)280.27º78.49%36.47%-
XYZ4.682.5610.6-
YUV42.97156.23146.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=37.91%
G=10.99%
B=51.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6920930.260.7800.64280.2764.622.16
Hex45145D1A4E0401184116
Octal1052413532116010043010126
Binary100010110100101110111010100111001000000100011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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