Html Css Color HEX #471C55 Scarlet Gum

📋 copy color: '#471C55'

red 71 ◦ green 28 ◦ blue 85

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

Shades of Scarlet Gum #471C55

Tints of Scarlet Gum #471C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.22%

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

R = 38.59%
G = 15.22%
B = 46.2%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471C55 (or 0x471C55) is known color: Scarlet Gum. HEX triplet: 47, 1C and 55. RGB value is (71,28,85). Sum of RGB (Red+Green+Blue) = 71+28+85=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #471C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C55 is #B8E3AA. Grayscale: #2F2F2F. Windows color (decimal): -12116907 or 5577799. OLE color: 5577799.

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

Color convert

RGB 71 28 85 -
CMYK 0.16 0.67 0 0.67
HSL 285.26º 0.5% 0.22% -
HSV(B) 285.26º 0.67% 0.33% -
XYZ 4.65 2.83 8.89 -
YUV 47.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 71 28 85 0.16 0.67 0 0.67 285.26 0.5 0.22
Hex 47 1C 55 10 43 0 43 11D 32 16
Octal 107 34 125 20 103 0 103 435 62 26
Binary 1000111 11100 1010101 10000 1000011 0 1000011 100011101 110010 10110

Color Harmonies of #471C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C55

Black with #471C55

Text Example


Text Example

White with #471C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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