Html Css Color HEX #471956 Scarlet Gum

📋 copy color: '#471956'

red 71 ◦ green 25 ◦ blue 86

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

Shades of Scarlet Gum #471956

Tints of Scarlet Gum #471956

RGB

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

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

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

R = 39.01%
G = 13.74%
B = 47.25%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471956 (or 0x471956) is known color: Scarlet Gum. HEX triplet: 47, 19 and 56. RGB value is (71,25,86). Sum of RGB (Red+Green+Blue) = 71+25+86=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #471956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471956 is #B8E6A9. Grayscale: #2D2D2D. Windows color (decimal): -12117674 or 5642567. OLE color: 5642567.

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

Color convert

RGB 71 25 86 -
CMYK 0.17 0.71 0 0.66
HSL 285.25º 0.55% 0.22% -
HSV(B) 285.25º 0.71% 0.34% -
XYZ 4.63 2.71 9.08 -
YUV 45.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 71 25 86 0.17 0.71 0 0.66 285.25 0.55 0.22
Hex 47 19 56 11 47 0 42 11D 37 16
Octal 107 31 126 21 107 0 102 435 67 26
Binary 1000111 11001 1010110 10001 1000111 0 1000010 100011101 110111 10110

Color Harmonies of #471956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471956

Black with #471956

Text Example


Text Example

White with #471956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471956; }

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

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

background-color css

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

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

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

border-color css

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

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

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