#45205A

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

Shades of Scarlet Gum #45205A

Tints of Scarlet Gum #45205A

Color information

#45205A (or 0x45205A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 5A. RGB value is (69,32,90). Sum of RGB (Red+Green+Blue) = 69+32+90=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #45205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45205A is #BADFA5. Grayscale: #313131. Windows color (decimal): -12246950 or 5906501. OLE color: 5906501.

HSL color Cylindrical-coordinate representation of color #45205A: hue angle of 278.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45205A is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB693290-
CMYK0.230.6400.65
HSL278.28º47.54%23.92%-
HSV(B)278.28º64.44%35.29%-
XYZ4.823.0410.01-
YUV49.68150.76141.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=36.13%
G=16.75%
B=47.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6932900.230.6400.65278.2847.5423.92
Hex45205A17400411163018
Octal105401322710001014266030
Binary100010110000010110101011110000000100000110001011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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