Html Css Color HEX #54375D Scarlet Gum

📋 copy color: '#54375D'

red 84 ◦ green 55 ◦ blue 93

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

Shades of Scarlet Gum #54375D

Tints of Scarlet Gum #54375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

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

R = 36.21%
G = 23.71%
B = 40.09%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54375D (or 0x54375D) is known color: Scarlet Gum. HEX triplet: 54, 37 and 5D. RGB value is (84,55,93). Sum of RGB (Red+Green+Blue) = 84+55+93=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #54375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54375D is #ABC8A2. Grayscale: #434343. Windows color (decimal): -11258019 or 6109012. OLE color: 6109012.

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

Color convert

RGB 84 55 93 -
CMYK 0.10 0.41 0 0.64
HSL 285.79º 0.26% 0.29% -
HSV(B) 285.79º 0.41% 0.36% -
XYZ 7 5.41 11.03 -
YUV 68 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 84 55 93 0.10 0.41 0 0.64 285.79 0.26 0.29
Hex 54 37 5D A 29 0 40 11E 1A 1D
Octal 124 67 135 12 51 0 100 436 32 35
Binary 1010100 110111 1011101 1010 101001 0 1000000 100011110 11010 11101

Color Harmonies of #54375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54375D

Black with #54375D

Text Example


Text Example

White with #54375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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