Html Css Color HEX #54345F Scarlet Gum

📋 copy color: '#54345F'

red 84 ◦ green 52 ◦ blue 95

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

Shades of Scarlet Gum #54345F

Tints of Scarlet Gum #54345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 36.36%
G = 22.51%
B = 41.13%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54345F (or 0x54345F) is known color: Scarlet Gum. HEX triplet: 54, 34 and 5F. RGB value is (84,52,95). Sum of RGB (Red+Green+Blue) = 84+52+95=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #54345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54345F is #ABCBA0. Grayscale: #424242. Windows color (decimal): -11258785 or 6239316. OLE color: 6239316.

HSL color Cylindrical-coordinate representation of color #54345F: hue angle of 284.65º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54345F is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 52 95 -
CMYK 0.12 0.45 0 0.63
HSL 284.65º 0.29% 0.29% -
HSV(B) 284.65º 0.45% 0.37% -
XYZ 6.95 5.17 11.46 -
YUV 66.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 84 52 95 0.12 0.45 0 0.63 284.65 0.29 0.29
Hex 54 34 5F C 2D 0 3F 11D 1D 1D
Octal 124 64 137 14 55 0 77 435 35 35
Binary 1010100 110100 1011111 1100 101101 0 111111 100011101 11101 11101

Color Harmonies of #54345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54345F

Black with #54345F

Text Example


Text Example

White with #54345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54345F; }

 p { color: rgb(84,52,95); }

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

background-color css

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

 a { background-color: rgb(84,52,95); }

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

border-color css

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

 span { border-color: rgb(84,52,95); }

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