Html Css Color HEX #541566 Scarlet Gum

📋 copy color: '#541566'

red 84 ◦ green 21 ◦ blue 102

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

Shades of Scarlet Gum #541566

Tints of Scarlet Gum #541566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 40.58%
G = 10.14%
B = 49.28%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#541566 (or 0x541566) is known color: Scarlet Gum. HEX triplet: 54, 15 and 66. RGB value is (84,21,102). Sum of RGB (Red+Green+Blue) = 84+21+102=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #541566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541566 is #ABEA99. Grayscale: #303030. Windows color (decimal): -11266714 or 6690132. OLE color: 6690132.

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

Color convert

RGB 84 21 102 -
CMYK 0.18 0.79 0 0.6
HSL 286.67º 0.66% 0.24% -
HSV(B) 286.67º 0.79% 0.4% -
XYZ 6.32 3.38 12.89 -
YUV 49.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 84 21 102 0.18 0.79 0 0.6 286.67 0.66 0.24
Hex 54 15 66 12 4F 0 3C 11F 42 18
Octal 124 25 146 22 117 0 74 437 102 30
Binary 1010100 10101 1100110 10010 1001111 0 111100 100011111 1000010 11000

Color Harmonies of #541566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541566

Black with #541566

Text Example


Text Example

White with #541566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541566; }

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

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

background-color css

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

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

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

border-color css

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

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

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