Html Css Color HEX #541C6C Scarlet Gum

📋 copy color: '#541C6C'

red 84 ◦ green 28 ◦ blue 108

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

Shades of Scarlet Gum #541C6C

Tints of Scarlet Gum #541C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

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

R = 38.18%
G = 12.73%
B = 49.09%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#541C6C (or 0x541C6C) is known color: Scarlet Gum. HEX triplet: 54, 1C and 6C. RGB value is (84,28,108). Sum of RGB (Red+Green+Blue) = 84+28+108=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #541C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C6C is #ABE393. Grayscale: #353535. Windows color (decimal): -11264916 or 7085140. OLE color: 7085140.

HSL color Cylindrical-coordinate representation of color #541C6C: hue angle of 282º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541C6C is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 28 108 -
CMYK 0.22 0.74 0 0.58
HSL 282º 0.59% 0.27% -
HSV(B) 282º 0.74% 0.42% -
XYZ 6.78 3.8 14.56 -
YUV 53.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 84 28 108 0.22 0.74 0 0.58 282 0.59 0.27
Hex 54 1C 6C 16 4A 0 3A 11A 3B 1B
Octal 124 34 154 26 112 0 72 432 73 33
Binary 1010100 11100 1101100 10110 1001010 0 111010 100011010 111011 11011

Color Harmonies of #541C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C6C

Black with #541C6C

Text Example


Text Example

White with #541C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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