Html Css Color HEX #54395D Scarlet Gum

📋 copy color: '#54395D'

red 84 ◦ green 57 ◦ blue 93

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

Shades of Scarlet Gum #54395D

Tints of Scarlet Gum #54395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 35.9%
G = 24.36%
B = 39.74%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54395D (or 0x54395D) is known color: Scarlet Gum. HEX triplet: 54, 39 and 5D. RGB value is (84,57,93). Sum of RGB (Red+Green+Blue) = 84+57+93=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #54395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54395D is #ABC6A2. Grayscale: #454545. Windows color (decimal): -11257507 or 6109524. OLE color: 6109524.

HSL color Cylindrical-coordinate representation of color #54395D: hue angle of 285º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54395D is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 57 93 -
CMYK 0.10 0.39 0 0.64
HSL 285º 0.24% 0.29% -
HSV(B) 285º 0.39% 0.36% -
XYZ 7.1 5.6 11.06 -
YUV 69.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 84 57 93 0.10 0.39 0 0.64 285 0.24 0.29
Hex 54 39 5D A 27 0 40 11D 18 1D
Octal 124 71 135 12 47 0 100 435 30 35
Binary 1010100 111001 1011101 1010 100111 0 1000000 100011101 11000 11101

Color Harmonies of #54395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54395D

Black with #54395D

Text Example


Text Example

White with #54395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54395D; }

 p { color: rgb(84,57,93); }

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

background-color css

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

 a { background-color: rgb(84,57,93); }

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

border-color css

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

 span { border-color: rgb(84,57,93); }

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