Html Css Color HEX #54206A Scarlet Gum

📋 copy color: '#54206A'

red 84 ◦ green 32 ◦ blue 106

#54206A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #54206A

Tints of Scarlet Gum #54206A

RGB

 RED value IS 84 (33.2% from 255) = 37.84%

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 37.84%
G = 14.41%
B = 47.75%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54206A (or 0x54206A) is known color: Scarlet Gum. HEX triplet: 54, 20 and 6A. RGB value is (84,32,106). Sum of RGB (Red+Green+Blue) = 84+32+106=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #54206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54206A is #ABDF95. Grayscale: #373737. Windows color (decimal): -11263894 or 6955092. OLE color: 6955092.

HSL color Cylindrical-coordinate representation of color #54206A: hue angle of 282.16º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54206A is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 32 106 -
CMYK 0.21 0.70 0 0.58
HSL 282.16º 0.54% 0.27% -
HSV(B) 282.16º 0.7% 0.42% -
XYZ 6.77 3.96 14.04 -
YUV 55.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 84 32 106 0.21 0.70 0 0.58 282.16 0.54 0.27
Hex 54 20 6A 15 46 0 3A 11A 36 1B
Octal 124 40 152 25 106 0 72 432 66 33
Binary 1010100 100000 1101010 10101 1000110 0 111010 100011010 110110 11011

Color Harmonies of #54206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54206A

Black with #54206A

Text Example


Text Example

White with #54206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54206A;
 }
 .AnyTagClassName
 {
   color: #54206A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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