Html Css Color HEX #54196C Scarlet Gum

📋 copy color: '#54196C'

red 84 ◦ green 25 ◦ blue 108

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

Shades of Scarlet Gum #54196C

Tints of Scarlet Gum #54196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 38.71%
G = 11.52%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54196C (or 0x54196C) is known color: Scarlet Gum. HEX triplet: 54, 19 and 6C. RGB value is (84,25,108). Sum of RGB (Red+Green+Blue) = 84+25+108=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #54196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54196C is #ABE693. Grayscale: #333333. Windows color (decimal): -11265684 or 7084372. OLE color: 7084372.

HSL color Cylindrical-coordinate representation of color #54196C: hue angle of 282.65º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54196C is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 25 108 -
CMYK 0.22 0.77 0 0.58
HSL 282.65º 0.62% 0.26% -
HSV(B) 282.65º 0.77% 0.42% -
XYZ 6.71 3.66 14.54 -
YUV 52.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 84 25 108 0.22 0.77 0 0.58 282.65 0.62 0.26
Hex 54 19 6C 16 4D 0 3A 11B 3E 1A
Octal 124 31 154 26 115 0 72 433 76 32
Binary 1010100 11001 1101100 10110 1001101 0 111010 100011011 111110 11010

Color Harmonies of #54196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54196C

Black with #54196C

Text Example


Text Example

White with #54196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54196C; }

 p { color: rgb(84,25,108); }

 H1.HeaderClassName
 {
   color: #54196C;
 }
 .AnyTagClassName
 {
   color: #54196C;
 }
</style>

background-color css

<style>
 a { background-color: #54196C; }

 a { background-color: rgb(84,25,108); }

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

border-color css

<style>
 span { border-color: #54196C; }

 span { border-color: rgb(84,25,108); }

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