#54246B

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

Shades of Scarlet Gum #54246B

Tints of Scarlet Gum #54246B

Color information

#54246B (or 0x54246B) is unknown color: approx Scarlet Gum. HEX triplet: 54, 24 and 6B. RGB value is (84,36,107). Sum of RGB (Red+Green+Blue) = 84+36+107=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #54246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54246B is #ABDB94. Grayscale: #3A3A3A. Windows color (decimal): -11262869 or 7021652. OLE color: 7021652.

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

Color convert

RGB8436107-
CMYK0.210.6600.58
HSL280.56º49.65%28.04%-
HSV(B)280.56º66.36%41.96%-
XYZ6.944.2114.36-
YUV58.45155.4146.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=37.00%
G=15.86%
B=47.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84361070.210.6600.58280.5649.6528.04
Hex54246B154203A119321c
Octal12444153251020724316234
Binary10101001001001101011101011000010011101010001100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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