#45225E

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

Shades of Scarlet Gum #45225E

Tints of Scarlet Gum #45225E

Color information

#45225E (or 0x45225E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 22 and 5E. RGB value is (69,34,94). Sum of RGB (Red+Green+Blue) = 69+34+94=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #45225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45225E is #BADDA1. Grayscale: #333333. Windows color (decimal): -12246434 or 6169157. OLE color: 6169157.

HSL color Cylindrical-coordinate representation of color #45225E: hue angle of 275º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45225E is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB693494-
CMYK0.270.6400.63
HSL275º46.87%25.1%-
HSV(B)275º63.83%36.86%-
XYZ5.053.2210.94-
YUV51.3152.1140.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=35.03%
G=17.26%
B=47.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6934940.270.6400.6327546.8725.1
Hex45225E1B4003F1132f19
Octal10542136331000774235731
Binary10001011000101011110110111000000011111110001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45225E; }

 p { color: rgb(69,34,94); }

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

<style>
 a { background-color: #45225E; }

 a { background-color: rgb(69,34,94); }

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

<style>
 span { border-color: #45225E; }

 span { border-color: rgb(69,34,94); }

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