Html Css Color HEX #471856 Scarlet Gum

📋 copy color: '#471856'

red 71 ◦ green 24 ◦ blue 86

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

Shades of Scarlet Gum #471856

Tints of Scarlet Gum #471856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 39.23%
G = 13.26%
B = 47.51%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471856 (or 0x471856) is known color: Scarlet Gum. HEX triplet: 47, 18 and 56. RGB value is (71,24,86). Sum of RGB (Red+Green+Blue) = 71+24+86=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #471856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471856 is #B8E7A9. Grayscale: #2C2C2C. Windows color (decimal): -12117930 or 5642311. OLE color: 5642311.

HSL color Cylindrical-coordinate representation of color #471856: hue angle of 285.48º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471856 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 24 86 -
CMYK 0.17 0.72 0 0.66
HSL 285.48º 0.56% 0.22% -
HSV(B) 285.48º 0.72% 0.34% -
XYZ 4.6 2.66 9.08 -
YUV 45.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 71 24 86 0.17 0.72 0 0.66 285.48 0.56 0.22
Hex 47 18 56 11 48 0 42 11D 38 16
Octal 107 30 126 21 110 0 102 435 70 26
Binary 1000111 11000 1010110 10001 1001000 0 1000010 100011101 111000 10110

Color Harmonies of #471856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471856

Black with #471856

Text Example


Text Example

White with #471856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471856; }

 p { color: rgb(71,24,86); }

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

background-color css

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

 a { background-color: rgb(71,24,86); }

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

border-color css

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

 span { border-color: rgb(71,24,86); }

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