Html Css Color HEX #54246B Scarlet Gum

📋 copy color: '#54246B'

red 84 ◦ green 36 ◦ blue 107

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

Shades of Scarlet Gum #54246B

Tints of Scarlet Gum #54246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 37%
G = 15.86%
B = 47.14%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54246B (or 0x54246B) is known color: Scarlet Gum. HEX triplet: 54, 24 and 6B. RGB value is (84,36,107). Sum of RGB (Red+Green+Blue) = 84+36+107=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #54246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54246B is #ABDB94. Grayscale: #3A3A3A. Windows color (decimal): -11262869 or 7021652. OLE color: 7021652.

HSL color Cylindrical-coordinate representation of color #54246B: hue angle of 280.56º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54246B is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 36 107 -
CMYK 0.21 0.66 0 0.58
HSL 280.56º 0.5% 0.28% -
HSV(B) 280.56º 0.66% 0.42% -
XYZ 6.94 4.21 14.36 -
YUV 58.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 84 36 107 0.21 0.66 0 0.58 280.56 0.5 0.28
Hex 54 24 6B 15 42 0 3A 119 32 1C
Octal 124 44 153 25 102 0 72 431 62 34
Binary 1010100 100100 1101011 10101 1000010 0 111010 100011001 110010 11100

Color Harmonies of #54246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54246B

Black with #54246B

Text Example


Text Example

White with #54246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54246B; }

 p { color: rgb(84,36,107); }

 H1.HeaderClassName
 {
   color: #54246B;
 }
 .AnyTagClassName
 {
   color: #54246B;
 }
</style>

background-color css

<style>
 a { background-color: #54246B; }

 a { background-color: rgb(84,36,107); }

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

border-color css

<style>
 span { border-color: #54246B; }

 span { border-color: rgb(84,36,107); }

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