Html Css Color HEX #471554 Scarlet Gum

📋 copy color: '#471554'

red 71 ◦ green 21 ◦ blue 84

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

Shades of Scarlet Gum #471554

Tints of Scarlet Gum #471554

RGB

 RED value IS 71 (28.13% from 255) = 40.34%

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 84 (33.2% from 255) = 47.73%

R = 40.34%
G = 11.93%
B = 47.73%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471554 (or 0x471554) is known color: Scarlet Gum. HEX triplet: 47, 15 and 54. RGB value is (71,21,84). Sum of RGB (Red+Green+Blue) = 71+21+84=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #471554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471554 is #B8EAAB. Grayscale: #2A2A2A. Windows color (decimal): -12118700 or 5510471. OLE color: 5510471.

HSL color Cylindrical-coordinate representation of color #471554: hue angle of 287.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471554 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 21 84 -
CMYK 0.15 0.75 0 0.67
HSL 287.62º 0.6% 0.21% -
HSV(B) 287.62º 0.75% 0.33% -
XYZ 4.47 2.52 8.64 -
YUV 43.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 71 21 84 0.15 0.75 0 0.67 287.62 0.6 0.21
Hex 47 15 54 F 4B 0 43 120 3C 15
Octal 107 25 124 17 113 0 103 440 74 25
Binary 1000111 10101 1010100 1111 1001011 0 1000011 100100000 111100 10101

Color Harmonies of #471554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471554

Black with #471554

Text Example


Text Example

White with #471554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471554; }

 p { color: rgb(71,21,84); }

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

background-color css

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

 a { background-color: rgb(71,21,84); }

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

border-color css

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

 span { border-color: rgb(71,21,84); }

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