#54236A

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

Shades of Scarlet Gum #54236A

Tints of Scarlet Gum #54236A

Color information

#54236A (or 0x54236A) is unknown color: approx Scarlet Gum. HEX triplet: 54, 23 and 6A. RGB value is (84,35,106). Sum of RGB (Red+Green+Blue) = 84+35+106=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #54236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54236A is #ABDC95. Grayscale: #393939. Windows color (decimal): -11263126 or 6955860. OLE color: 6955860.

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

Color convert

RGB8435106-
CMYK0.210.6700.58
HSL281.41º50.35%27.65%-
HSV(B)281.41º66.98%41.57%-
XYZ6.864.1314.07-
YUV57.74155.23146.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=37.33%
G=15.56%
B=47.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84351060.210.6700.58281.4150.3527.65
Hex54236A154303A119321c
Octal12443152251030724316234
Binary10101001000111101010101011000011011101010001100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,35,106); }

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

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

 a { background-color: rgb(84,35,106); }

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

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

 span { border-color: rgb(84,35,106); }

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