Html Css Color HEX #541369 Scarlet Gum

📋 copy color: '#541369'

red 84 ◦ green 19 ◦ blue 105

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

Shades of Scarlet Gum #541369

Tints of Scarlet Gum #541369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 40.38%
G = 9.13%
B = 50.48%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541369 (or 0x541369) is known color: Scarlet Gum. HEX triplet: 54, 13 and 69. RGB value is (84,19,105). Sum of RGB (Red+Green+Blue) = 84+19+105=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #541369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541369 is #ABEC96. Grayscale: #2F2F2F. Windows color (decimal): -11267223 or 6886228. OLE color: 6886228.

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

Color convert

RGB 84 19 105 -
CMYK 0.20 0.82 0 0.59
HSL 285.35º 0.69% 0.24% -
HSV(B) 285.35º 0.82% 0.41% -
XYZ 6.44 3.37 13.68 -
YUV 48.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 84 19 105 0.20 0.82 0 0.59 285.35 0.69 0.24
Hex 54 13 69 14 52 0 3B 11D 45 18
Octal 124 23 151 24 122 0 73 435 105 30
Binary 1010100 10011 1101001 10100 1010010 0 111011 100011101 1000101 11000

Color Harmonies of #541369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541369

Black with #541369

Text Example


Text Example

White with #541369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541369; }

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

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

background-color css

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

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

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

border-color css

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

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

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