Html Css Color HEX #541366 Scarlet Gum

📋 copy color: '#541366'

red 84 ◦ green 19 ◦ blue 102

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

Shades of Scarlet Gum #541366

Tints of Scarlet Gum #541366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 40.98%
G = 9.27%
B = 49.76%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#541366 (or 0x541366) is known color: Scarlet Gum. HEX triplet: 54, 13 and 66. RGB value is (84,19,102). Sum of RGB (Red+Green+Blue) = 84+19+102=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #541366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541366 is #ABEC99. Grayscale: #2F2F2F. Windows color (decimal): -11267226 or 6689620. OLE color: 6689620.

HSL color Cylindrical-coordinate representation of color #541366: hue angle of 286.99º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541366 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 19 102 -
CMYK 0.18 0.81 0 0.6
HSL 286.99º 0.69% 0.24% -
HSV(B) 286.99º 0.81% 0.4% -
XYZ 6.29 3.31 12.88 -
YUV 47.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 84 19 102 0.18 0.81 0 0.6 286.99 0.69 0.24
Hex 54 13 66 12 51 0 3C 11F 45 18
Octal 124 23 146 22 121 0 74 437 105 30
Binary 1010100 10011 1100110 10010 1010001 0 111100 100011111 1000101 11000

Color Harmonies of #541366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541366

Black with #541366

Text Example


Text Example

White with #541366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541366; }

 p { color: rgb(84,19,102); }

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

background-color css

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

 a { background-color: rgb(84,19,102); }

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

border-color css

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

 span { border-color: rgb(84,19,102); }

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