Html Css Color HEX #471955 Scarlet Gum

📋 copy color: '#471955'

red 71 ◦ green 25 ◦ blue 85

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

Shades of Scarlet Gum #471955

Tints of Scarlet Gum #471955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 85 (33.59% from 255) = 46.96%

R = 39.23%
G = 13.81%
B = 46.96%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471955 (or 0x471955) is known color: Scarlet Gum. HEX triplet: 47, 19 and 55. RGB value is (71,25,85). Sum of RGB (Red+Green+Blue) = 71+25+85=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #471955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471955 is #B8E6AA. Grayscale: #2D2D2D. Windows color (decimal): -12117675 or 5577031. OLE color: 5577031.

HSL color Cylindrical-coordinate representation of color #471955: hue angle of 286º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #471955 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 25 85 -
CMYK 0.16 0.71 0 0.67
HSL 286º 0.55% 0.22% -
HSV(B) 286º 0.71% 0.33% -
XYZ 4.59 2.69 8.87 -
YUV 45.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 71 25 85 0.16 0.71 0 0.67 286 0.55 0.22
Hex 47 19 55 10 47 0 43 11E 37 16
Octal 107 31 125 20 107 0 103 436 67 26
Binary 1000111 11001 1010101 10000 1000111 0 1000011 100011110 110111 10110

Color Harmonies of #471955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471955

Black with #471955

Text Example


Text Example

White with #471955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471955; }

 p { color: rgb(71,25,85); }

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

background-color css

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

 a { background-color: rgb(71,25,85); }

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

border-color css

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

 span { border-color: rgb(71,25,85); }

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