Html Css Color HEX #542F65 Scarlet Gum

📋 copy color: '#542F65'

red 84 ◦ green 47 ◦ blue 101

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

Shades of Scarlet Gum #542F65

Tints of Scarlet Gum #542F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.26%

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 36.21%
G = 20.26%
B = 43.53%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#542F65 (or 0x542F65) is known color: Scarlet Gum. HEX triplet: 54, 2F and 65. RGB value is (84,47,101). Sum of RGB (Red+Green+Blue) = 84+47+101=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #542F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F65 is #ABD09A. Grayscale: #404040. Windows color (decimal): -11260059 or 6631252. OLE color: 6631252.

HSL color Cylindrical-coordinate representation of color #542F65: hue angle of 281.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #542F65 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 47 101 -
CMYK 0.17 0.53 0 0.60
HSL 281.11º 0.36% 0.29% -
HSV(B) 281.11º 0.53% 0.4% -
XYZ 7.02 4.86 12.88 -
YUV 64.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 84 47 101 0.17 0.53 0 0.60 281.11 0.36 0.29
Hex 54 2F 65 11 35 0 3C 119 24 1D
Octal 124 57 145 21 65 0 74 431 44 35
Binary 1010100 101111 1100101 10001 110101 0 111100 100011001 100100 11101

Color Harmonies of #542F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542F65

Black with #542F65

Text Example


Text Example

White with #542F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,47,101); }

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

background-color css

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

 a { background-color: rgb(84,47,101); }

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

border-color css

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

 span { border-color: rgb(84,47,101); }

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