Html Css Color HEX #54305F Scarlet Gum

📋 copy color: '#54305F'

red 84 ◦ green 48 ◦ blue 95

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

Shades of Scarlet Gum #54305F

Tints of Scarlet Gum #54305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 37%
G = 21.15%
B = 41.85%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54305F (or 0x54305F) is known color: Scarlet Gum. HEX triplet: 54, 30 and 5F. RGB value is (84,48,95). Sum of RGB (Red+Green+Blue) = 84+48+95=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #54305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54305F is #ABCFA0. Grayscale: #3F3F3F. Windows color (decimal): -11259809 or 6238292. OLE color: 6238292.

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

Color convert

RGB 84 48 95 -
CMYK 0.12 0.49 0 0.63
HSL 285.96º 0.33% 0.28% -
HSV(B) 285.96º 0.49% 0.37% -
XYZ 6.78 4.82 11.4 -
YUV 64.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 84 48 95 0.12 0.49 0 0.63 285.96 0.33 0.28
Hex 54 30 5F C 31 0 3F 11E 21 1C
Octal 124 60 137 14 61 0 77 436 41 34
Binary 1010100 110000 1011111 1100 110001 0 111111 100011110 100001 11100

Color Harmonies of #54305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54305F

Black with #54305F

Text Example


Text Example

White with #54305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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