Html Css Color HEX #471A55 Scarlet Gum

📋 copy color: '#471A55'

red 71 ◦ green 26 ◦ blue 85

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

Shades of Scarlet Gum #471A55

Tints of Scarlet Gum #471A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.29%

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

R = 39.01%
G = 14.29%
B = 46.7%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471A55 (or 0x471A55) is known color: Scarlet Gum. HEX triplet: 47, 1A and 55. RGB value is (71,26,85). Sum of RGB (Red+Green+Blue) = 71+26+85=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #471A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A55 is #B8E5AA. Grayscale: #2D2D2D. Windows color (decimal): -12117419 or 5577287. OLE color: 5577287.

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

Color convert

RGB 71 26 85 -
CMYK 0.16 0.69 0 0.67
HSL 285.76º 0.53% 0.22% -
HSV(B) 285.76º 0.69% 0.33% -
XYZ 4.61 2.73 8.88 -
YUV 46.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 71 26 85 0.16 0.69 0 0.67 285.76 0.53 0.22
Hex 47 1A 55 10 45 0 43 11E 35 16
Octal 107 32 125 20 105 0 103 436 65 26
Binary 1000111 11010 1010101 10000 1000101 0 1000011 100011110 110101 10110

Color Harmonies of #471A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A55

Black with #471A55

Text Example


Text Example

White with #471A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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