#45295A

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

Shades of Scarlet Gum #45295A

Tints of Scarlet Gum #45295A

Color information

#45295A (or 0x45295A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 5A. RGB value is (69,41,90). Sum of RGB (Red+Green+Blue) = 69+41+90=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #45295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45295A is #BAD6A5. Grayscale: #363636. Windows color (decimal): -12244646 or 5908805. OLE color: 5908805.

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

Color convert

RGB694190-
CMYK0.230.5400.65
HSL274.29º37.4%25.69%-
HSV(B)274.29º54.44%35.29%-
XYZ5.093.5910.1-
YUV54.96147.78138.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=34.5%
G=20.5%
B=45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6941900.230.5400.65274.2937.425.69
Hex45295A1736041112251a
Octal10551132276601014224532
Binary10001011010011011010101111101100100000110001001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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