#54226B

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

Shades of Scarlet Gum #54226B

Tints of Scarlet Gum #54226B

Color information

#54226B (or 0x54226B) is unknown color: approx Scarlet Gum. HEX triplet: 54, 22 and 6B. RGB value is (84,34,107). Sum of RGB (Red+Green+Blue) = 84+34+107=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #54226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54226B is #ABDD94. Grayscale: #393939. Windows color (decimal): -11263381 or 7021140. OLE color: 7021140.

HSL color Cylindrical-coordinate representation of color #54226B: hue angle of 281.1º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54226B is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8434107-
CMYK0.210.6800.58
HSL281.1º51.77%27.65%-
HSV(B)281.1º68.22%41.96%-
XYZ6.884.0914.34-
YUV57.27156.06147.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=37.33%
G=15.11%
B=47.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84341070.210.6800.58281.151.7727.65
Hex54226B154403A119341c
Octal12442153251040724316434
Binary10101001000101101011101011000100011101010001100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,34,107); }

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

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

 a { background-color: rgb(84,34,107); }

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

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

 span { border-color: rgb(84,34,107); }

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