Html Css Color HEX #543561 Scarlet Gum

📋 copy color: '#543561'

red 84 ◦ green 53 ◦ blue 97

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

Shades of Scarlet Gum #543561

Tints of Scarlet Gum #543561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 35.9%
G = 22.65%
B = 41.45%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#543561 (or 0x543561) is known color: Scarlet Gum. HEX triplet: 54, 35 and 61. RGB value is (84,53,97). Sum of RGB (Red+Green+Blue) = 84+53+97=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #543561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543561 is #ABCA9E. Grayscale: #434343. Windows color (decimal): -11258527 or 6370644. OLE color: 6370644.

HSL color Cylindrical-coordinate representation of color #543561: hue angle of 282.27º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #543561 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 53 97 -
CMYK 0.13 0.45 0 0.62
HSL 282.27º 0.29% 0.29% -
HSV(B) 282.27º 0.45% 0.38% -
XYZ 7.09 5.29 11.96 -
YUV 67.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 84 53 97 0.13 0.45 0 0.62 282.27 0.29 0.29
Hex 54 35 61 D 2D 0 3E 11A 1D 1D
Octal 124 65 141 15 55 0 76 432 35 35
Binary 1010100 110101 1100001 1101 101101 0 111110 100011010 11101 11101

Color Harmonies of #543561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543561

Black with #543561

Text Example


Text Example

White with #543561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543561; }

 p { color: rgb(84,53,97); }

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

background-color css

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

 a { background-color: rgb(84,53,97); }

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

border-color css

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

 span { border-color: rgb(84,53,97); }

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