Html Css Color HEX #542868 Scarlet Gum

📋 copy color: '#542868'

red 84 ◦ green 40 ◦ blue 104

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

Shades of Scarlet Gum #542868

Tints of Scarlet Gum #542868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 36.84%
G = 17.54%
B = 45.61%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#542868 (or 0x542868) is known color: Scarlet Gum. HEX triplet: 54, 28 and 68. RGB value is (84,40,104). Sum of RGB (Red+Green+Blue) = 84+40+104=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #542868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542868 is #ABD797. Grayscale: #3C3C3C. Windows color (decimal): -11261848 or 6826068. OLE color: 6826068.

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

Color convert

RGB 84 40 104 -
CMYK 0.19 0.62 0 0.59
HSL 281.25º 0.44% 0.28% -
HSV(B) 281.25º 0.62% 0.41% -
XYZ 6.91 4.4 13.58 -
YUV 60.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 84 40 104 0.19 0.62 0 0.59 281.25 0.44 0.28
Hex 54 28 68 13 3E 0 3B 119 2C 1C
Octal 124 50 150 23 76 0 73 431 54 34
Binary 1010100 101000 1101000 10011 111110 0 111011 100011001 101100 11100

Color Harmonies of #542868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542868

Black with #542868

Text Example


Text Example

White with #542868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542868; }

 p { color: rgb(84,40,104); }

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

background-color css

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

 a { background-color: rgb(84,40,104); }

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

border-color css

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

 span { border-color: rgb(84,40,104); }

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