Html Css Color HEX #542965 Scarlet Gum

📋 copy color: '#542965'

red 84 ◦ green 41 ◦ blue 101

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

Shades of Scarlet Gum #542965

Tints of Scarlet Gum #542965

RGB

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

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

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

R = 37.17%
G = 18.14%
B = 44.69%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#542965 (or 0x542965) is known color: Scarlet Gum. HEX triplet: 54, 29 and 65. RGB value is (84,41,101). Sum of RGB (Red+Green+Blue) = 84+41+101=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #542965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542965 is #ABD69A. Grayscale: #3C3C3C. Windows color (decimal): -11261595 or 6629716. OLE color: 6629716.

HSL color Cylindrical-coordinate representation of color #542965: hue angle of 283º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #542965 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 41 101 -
CMYK 0.17 0.59 0 0.60
HSL 283º 0.42% 0.28% -
HSV(B) 283º 0.59% 0.4% -
XYZ 6.8 4.41 12.8 -
YUV 60.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 84 41 101 0.17 0.59 0 0.60 283 0.42 0.28
Hex 54 29 65 11 3B 0 3C 11B 2A 1C
Octal 124 51 145 21 73 0 74 433 52 34
Binary 1010100 101001 1100101 10001 111011 0 111100 100011011 101010 11100

Color Harmonies of #542965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542965

Black with #542965

Text Example


Text Example

White with #542965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542965; }

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

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

background-color css

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

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

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

border-color css

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

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

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