Html Css Color HEX #541367 Scarlet Gum

📋 copy color: '#541367'

red 84 ◦ green 19 ◦ blue 103

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

Shades of Scarlet Gum #541367

Tints of Scarlet Gum #541367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50%

R = 40.78%
G = 9.22%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#541367 (or 0x541367) is known color: Scarlet Gum. HEX triplet: 54, 13 and 67. RGB value is (84,19,103). Sum of RGB (Red+Green+Blue) = 84+19+103=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #541367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541367 is #ABEC98. Grayscale: #2F2F2F. Windows color (decimal): -11267225 or 6755156. OLE color: 6755156.

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

Color convert

RGB 84 19 103 -
CMYK 0.18 0.82 0 0.60
HSL 286.43º 0.69% 0.24% -
HSV(B) 286.43º 0.82% 0.4% -
XYZ 6.34 3.33 13.14 -
YUV 48.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 84 19 103 0.18 0.82 0 0.60 286.43 0.69 0.24
Hex 54 13 67 12 52 0 3C 11E 45 18
Octal 124 23 147 22 122 0 74 436 105 30
Binary 1010100 10011 1100111 10010 1010010 0 111100 100011110 1000101 11000

Color Harmonies of #541367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541367

Black with #541367

Text Example


Text Example

White with #541367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541367; }

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

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

background-color css

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

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

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

border-color css

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

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

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