#45205D

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

Shades of Scarlet Gum #45205D

Tints of Scarlet Gum #45205D

Color information

#45205D (or 0x45205D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 5D. RGB value is (69,32,93). Sum of RGB (Red+Green+Blue) = 69+32+93=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #45205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45205D is #BADFA2. Grayscale: #313131. Windows color (decimal): -12246947 or 6103109. OLE color: 6103109.

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

Color convert

RGB693293-
CMYK0.260.6600.64
HSL276.39º48.8%24.51%-
HSV(B)276.39º65.59%36.47%-
XYZ4.953.0910.69-
YUV50.02152.26141.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=35.57%
G=16.49%
B=47.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6932930.260.6600.64276.3948.824.51
Hex45205D1A420401143119
Octal105401353210201004246131
Binary100010110000010111011101010000100100000010001010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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