Html Css Color HEX #542969 Scarlet Gum

📋 copy color: '#542969'

red 84 ◦ green 41 ◦ blue 105

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

Shades of Scarlet Gum #542969

Tints of Scarlet Gum #542969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 36.52%
G = 17.83%
B = 45.65%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#542969 (or 0x542969) is known color: Scarlet Gum. HEX triplet: 54, 29 and 69. RGB value is (84,41,105). Sum of RGB (Red+Green+Blue) = 84+41+105=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #542969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542969 is #ABD696. Grayscale: #3C3C3C. Windows color (decimal): -11261591 or 6891860. OLE color: 6891860.

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

Color convert

RGB 84 41 105 -
CMYK 0.20 0.61 0 0.59
HSL 280.31º 0.44% 0.29% -
HSV(B) 280.31º 0.61% 0.41% -
XYZ 7 4.49 13.86 -
YUV 61.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 84 41 105 0.20 0.61 0 0.59 280.31 0.44 0.29
Hex 54 29 69 14 3D 0 3B 118 2C 1D
Octal 124 51 151 24 75 0 73 430 54 35
Binary 1010100 101001 1101001 10100 111101 0 111011 100011000 101100 11101

Color Harmonies of #542969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542969

Black with #542969

Text Example


Text Example

White with #542969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542969; }

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

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

background-color css

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

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

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

border-color css

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

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

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