Html Css Color HEX #54365D Scarlet Gum

📋 copy color: '#54365D'

red 84 ◦ green 54 ◦ blue 93

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

Shades of Scarlet Gum #54365D

Tints of Scarlet Gum #54365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

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

R = 36.36%
G = 23.38%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54365D (or 0x54365D) is known color: Scarlet Gum. HEX triplet: 54, 36 and 5D. RGB value is (84,54,93). Sum of RGB (Red+Green+Blue) = 84+54+93=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #54365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54365D is #ABC9A2. Grayscale: #434343. Windows color (decimal): -11258275 or 6108756. OLE color: 6108756.

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

Color convert

RGB 84 54 93 -
CMYK 0.10 0.42 0 0.64
HSL 286.15º 0.27% 0.29% -
HSV(B) 286.15º 0.42% 0.36% -
XYZ 6.95 5.31 11.02 -
YUV 67.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 84 54 93 0.10 0.42 0 0.64 286.15 0.27 0.29
Hex 54 36 5D A 2A 0 40 11E 1B 1D
Octal 124 66 135 12 52 0 100 436 33 35
Binary 1010100 110110 1011101 1010 101010 0 1000000 100011110 11011 11101

Color Harmonies of #54365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54365D

Black with #54365D

Text Example


Text Example

White with #54365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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