#45225B

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

Shades of Scarlet Gum #45225B

Tints of Scarlet Gum #45225B

Color information

#45225B (or 0x45225B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 22 and 5B. RGB value is (69,34,91). Sum of RGB (Red+Green+Blue) = 69+34+91=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #45225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45225B is #BADDA4. Grayscale: #323232. Windows color (decimal): -12246437 or 5972549. OLE color: 5972549.

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

Color convert

RGB693491-
CMYK0.240.6300.64
HSL276.84º45.6%24.51%-
HSV(B)276.84º62.64%35.69%-
XYZ4.913.1610.25-
YUV50.96150.6140.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=35.57%
G=17.53%
B=46.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6934910.240.6300.64276.8445.624.51
Hex45225B183F0401152e19
Octal10542133307701004255631
Binary10001011000101011011110001111110100000010001010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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