Html Css Color HEX #541269 Scarlet Gum

📋 copy color: '#541269'

red 84 ◦ green 18 ◦ blue 105

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

Shades of Scarlet Gum #541269

Tints of Scarlet Gum #541269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 40.58%
G = 8.7%
B = 50.72%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#541269 (or 0x541269) is known color: Scarlet Gum. HEX triplet: 54, 12 and 69. RGB value is (84,18,105). Sum of RGB (Red+Green+Blue) = 84+18+105=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #541269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541269 is #ABED96. Grayscale: #2F2F2F. Windows color (decimal): -11267479 or 6885972. OLE color: 6885972.

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

Color convert

RGB 84 18 105 -
CMYK 0.20 0.83 0 0.59
HSL 285.52º 0.71% 0.24% -
HSV(B) 285.52º 0.83% 0.41% -
XYZ 6.42 3.34 13.67 -
YUV 47.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 84 18 105 0.20 0.83 0 0.59 285.52 0.71 0.24
Hex 54 12 69 14 53 0 3B 11E 47 18
Octal 124 22 151 24 123 0 73 436 107 30
Binary 1010100 10010 1101001 10100 1010011 0 111011 100011110 1000111 11000

Color Harmonies of #541269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541269

Black with #541269

Text Example


Text Example

White with #541269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541269; }

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

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

background-color css

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

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

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

border-color css

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

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

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