Html Css Color HEX #471354 Scarlet Gum

📋 copy color: '#471354'

red 71 ◦ green 19 ◦ blue 84

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

Shades of Scarlet Gum #471354

Tints of Scarlet Gum #471354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 40.8%
G = 10.92%
B = 48.28%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471354 (or 0x471354) is known color: Scarlet Gum. HEX triplet: 47, 13 and 54. RGB value is (71,19,84). Sum of RGB (Red+Green+Blue) = 71+19+84=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #471354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471354 is #B8ECAB. Grayscale: #292929. Windows color (decimal): -12119212 or 5509959. OLE color: 5509959.

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

Color convert

RGB 71 19 84 -
CMYK 0.15 0.77 0 0.67
HSL 288º 0.63% 0.2% -
HSV(B) 288º 0.77% 0.33% -
XYZ 4.43 2.45 8.63 -
YUV 41.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 71 19 84 0.15 0.77 0 0.67 288 0.63 0.2
Hex 47 13 54 F 4D 0 43 120 3F 14
Octal 107 23 124 17 115 0 103 440 77 24
Binary 1000111 10011 1010100 1111 1001101 0 1000011 100100000 111111 10100

Color Harmonies of #471354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471354

Black with #471354

Text Example


Text Example

White with #471354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471354; }

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

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

background-color css

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

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

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

border-color css

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

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

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