Html Css Color HEX #541963 Scarlet Gum

📋 copy color: '#541963'

red 84 ◦ green 25 ◦ blue 99

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

Shades of Scarlet Gum #541963

Tints of Scarlet Gum #541963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 40.38%
G = 12.02%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#541963 (or 0x541963) is known color: Scarlet Gum. HEX triplet: 54, 19 and 63. RGB value is (84,25,99). Sum of RGB (Red+Green+Blue) = 84+25+99=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #541963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541963 is #ABE69C. Grayscale: #323232. Windows color (decimal): -11265693 or 6494548. OLE color: 6494548.

HSL color Cylindrical-coordinate representation of color #541963: hue angle of 287.84º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541963 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 25 99 -
CMYK 0.15 0.75 0 0.61
HSL 287.84º 0.6% 0.24% -
HSV(B) 287.84º 0.75% 0.39% -
XYZ 6.26 3.48 12.15 -
YUV 51.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 84 25 99 0.15 0.75 0 0.61 287.84 0.6 0.24
Hex 54 19 63 F 4B 0 3D 120 3C 18
Octal 124 31 143 17 113 0 75 440 74 30
Binary 1010100 11001 1100011 1111 1001011 0 111101 100100000 111100 11000

Color Harmonies of #541963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541963

Black with #541963

Text Example


Text Example

White with #541963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541963; }

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

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

background-color css

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

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

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

border-color css

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

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

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