Html Css Color HEX #542666 Scarlet Gum

📋 copy color: '#542666'

red 84 ◦ green 38 ◦ blue 102

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

Shades of Scarlet Gum #542666

Tints of Scarlet Gum #542666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 37.5%
G = 16.96%
B = 45.54%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#542666 (or 0x542666) is known color: Scarlet Gum. HEX triplet: 54, 26 and 66. RGB value is (84,38,102). Sum of RGB (Red+Green+Blue) = 84+38+102=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #542666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542666 is #ABD999. Grayscale: #3A3A3A. Windows color (decimal): -11262362 or 6694484. OLE color: 6694484.

HSL color Cylindrical-coordinate representation of color #542666: hue angle of 283.12º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #542666 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 38 102 -
CMYK 0.18 0.63 0 0.6
HSL 283.13º 0.46% 0.27% -
HSV(B) 283.13º 0.63% 0.4% -
XYZ 6.75 4.23 13.03 -
YUV 59.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 84 38 102 0.18 0.63 0 0.6 283.13 0.46 0.27
Hex 54 26 66 12 3F 0 3C 11B 2E 1B
Octal 124 46 146 22 77 0 74 433 56 33
Binary 1010100 100110 1100110 10010 111111 0 111100 100011011 101110 11011

Color Harmonies of #542666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542666

Black with #542666

Text Example


Text Example

White with #542666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542666; }

 p { color: rgb(84,38,102); }

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

background-color css

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

 a { background-color: rgb(84,38,102); }

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

border-color css

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

 span { border-color: rgb(84,38,102); }

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