Html Css Color HEX #54146A Scarlet Gum

📋 copy color: '#54146A'

red 84 ◦ green 20 ◦ blue 106

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

Shades of Scarlet Gum #54146A

Tints of Scarlet Gum #54146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 106 (41.8% from 255) = 50.48%

R = 40%
G = 9.52%
B = 50.48%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54146A (or 0x54146A) is known color: Scarlet Gum. HEX triplet: 54, 14 and 6A. RGB value is (84,20,106). Sum of RGB (Red+Green+Blue) = 84+20+106=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #54146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54146A is #ABEB95. Grayscale: #303030. Windows color (decimal): -11266966 or 6952020. OLE color: 6952020.

HSL color Cylindrical-coordinate representation of color #54146A: hue angle of 284.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54146A is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 20 106 -
CMYK 0.21 0.81 0 0.58
HSL 284.65º 0.68% 0.25% -
HSV(B) 284.65º 0.81% 0.42% -
XYZ 6.51 3.43 13.95 -
YUV 48.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 84 20 106 0.21 0.81 0 0.58 284.65 0.68 0.25
Hex 54 14 6A 15 51 0 3A 11D 44 19
Octal 124 24 152 25 121 0 72 435 104 31
Binary 1010100 10100 1101010 10101 1010001 0 111010 100011101 1000100 11001

Color Harmonies of #54146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54146A

Black with #54146A

Text Example


Text Example

White with #54146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54146A; }

 p { color: rgb(84,20,106); }

 H1.HeaderClassName
 {
   color: #54146A;
 }
 .AnyTagClassName
 {
   color: #54146A;
 }
</style>

background-color css

<style>
 a { background-color: #54146A; }

 a { background-color: rgb(84,20,106); }

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

border-color css

<style>
 span { border-color: #54146A; }

 span { border-color: rgb(84,20,106); }

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