Html Css Color HEX #54246A Scarlet Gum

📋 copy color: '#54246A'

red 84 ◦ green 36 ◦ blue 106

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

Shades of Scarlet Gum #54246A

Tints of Scarlet Gum #54246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 37.17%
G = 15.93%
B = 46.9%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54246A (or 0x54246A) is known color: Scarlet Gum. HEX triplet: 54, 24 and 6A. RGB value is (84,36,106). Sum of RGB (Red+Green+Blue) = 84+36+106=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #54246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54246A is #ABDB95. Grayscale: #3A3A3A. Windows color (decimal): -11262870 or 6956116. OLE color: 6956116.

HSL color Cylindrical-coordinate representation of color #54246A: hue angle of 281.14º degrees, saturation: 0.49, 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 #54246A is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 36 106 -
CMYK 0.21 0.66 0 0.58
HSL 281.14º 0.49% 0.28% -
HSV(B) 281.14º 0.66% 0.42% -
XYZ 6.89 4.19 14.08 -
YUV 58.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 84 36 106 0.21 0.66 0 0.58 281.14 0.49 0.28
Hex 54 24 6A 15 42 0 3A 119 31 1C
Octal 124 44 152 25 102 0 72 431 61 34
Binary 1010100 100100 1101010 10101 1000010 0 111010 100011001 110001 11100

Color Harmonies of #54246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54246A

Black with #54246A

Text Example


Text Example

White with #54246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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