Html Css Color HEX #542B61 Scarlet Gum

📋 copy color: '#542B61'

red 84 ◦ green 43 ◦ blue 97

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

Shades of Scarlet Gum #542B61

Tints of Scarlet Gum #542B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 37.5%
G = 19.2%
B = 43.3%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#542B61 (or 0x542B61) is known color: Scarlet Gum. HEX triplet: 54, 2B and 61. RGB value is (84,43,97). Sum of RGB (Red+Green+Blue) = 84+43+97=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #542B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B61 is #ABD49E. Grayscale: #3D3D3D. Windows color (decimal): -11261087 or 6368084. OLE color: 6368084.

HSL color Cylindrical-coordinate representation of color #542B61: hue angle of 285.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542B61 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 43 97 -
CMYK 0.13 0.56 0 0.62
HSL 285.56º 0.39% 0.27% -
HSV(B) 285.56º 0.56% 0.38% -
XYZ 6.68 4.48 11.82 -
YUV 61.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 84 43 97 0.13 0.56 0 0.62 285.56 0.39 0.27
Hex 54 2B 61 D 38 0 3E 11E 27 1B
Octal 124 53 141 15 70 0 76 436 47 33
Binary 1010100 101011 1100001 1101 111000 0 111110 100011110 100111 11011

Color Harmonies of #542B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542B61

Black with #542B61

Text Example


Text Example

White with #542B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542B61; }

 p { color: rgb(84,43,97); }

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

background-color css

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

 a { background-color: rgb(84,43,97); }

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

border-color css

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

 span { border-color: rgb(84,43,97); }

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