Html Css Color HEX #471456 Scarlet Gum

📋 copy color: '#471456'

red 71 ◦ green 20 ◦ blue 86

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

Shades of Scarlet Gum #471456

Tints of Scarlet Gum #471456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

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

R = 40.11%
G = 11.3%
B = 48.59%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471456 (or 0x471456) is known color: Scarlet Gum. HEX triplet: 47, 14 and 56. RGB value is (71,20,86). Sum of RGB (Red+Green+Blue) = 71+20+86=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #471456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471456 is #B8EBA9. Grayscale: #2A2A2A. Windows color (decimal): -12118954 or 5641287. OLE color: 5641287.

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

Color convert

RGB 71 20 86 -
CMYK 0.17 0.77 0 0.66
HSL 286.36º 0.62% 0.21% -
HSV(B) 286.36º 0.77% 0.34% -
XYZ 4.53 2.51 9.05 -
YUV 42.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 71 20 86 0.17 0.77 0 0.66 286.36 0.62 0.21
Hex 47 14 56 11 4D 0 42 11E 3E 15
Octal 107 24 126 21 115 0 102 436 76 25
Binary 1000111 10100 1010110 10001 1001101 0 1000010 100011110 111110 10101

Color Harmonies of #471456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471456

Black with #471456

Text Example


Text Example

White with #471456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471456; }

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

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

background-color css

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

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

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

border-color css

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

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

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