#45245A

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

Shades of Scarlet Gum #45245A

Tints of Scarlet Gum #45245A

Color information

#45245A (or 0x45245A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 24 and 5A. RGB value is (69,36,90). Sum of RGB (Red+Green+Blue) = 69+36+90=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #45245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45245A is #BADBA5. Grayscale: #333333. Windows color (decimal): -12245926 or 5907525. OLE color: 5907525.

HSL color Cylindrical-coordinate representation of color #45245A: hue angle of 276.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45245A is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB693690-
CMYK0.230.6000.65
HSL276.67º42.86%24.71%-
HSV(B)276.67º60%35.29%-
XYZ4.933.2710.04-
YUV52.02149.43140.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=35.38%
G=18.46%
B=46.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6936900.230.6000.65276.6742.8624.71
Hex45245A173C0411152b19
Octal10544132277401014255331
Binary10001011001001011010101111111000100000110001010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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