Html Css Color HEX #471961 Scarlet Gum

📋 copy color: '#471961'

red 71 ◦ green 25 ◦ blue 97

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

Shades of Scarlet Gum #471961

Tints of Scarlet Gum #471961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 36.79%
G = 12.95%
B = 50.26%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471961 (or 0x471961) is known color: Scarlet Gum. HEX triplet: 47, 19 and 61. RGB value is (71,25,97). Sum of RGB (Red+Green+Blue) = 71+25+97=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #471961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471961 is #B8E69E. Grayscale: #2E2E2E. Windows color (decimal): -12117663 or 6363463. OLE color: 6363463.

HSL color Cylindrical-coordinate representation of color #471961: hue angle of 278.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471961 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 25 97 -
CMYK 0.27 0.74 0 0.62
HSL 278.33º 0.59% 0.24% -
HSV(B) 278.33º 0.74% 0.38% -
XYZ 5.1 2.9 11.6 -
YUV 46.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 71 25 97 0.27 0.74 0 0.62 278.33 0.59 0.24
Hex 47 19 61 1B 4A 0 3E 116 3B 18
Octal 107 31 141 33 112 0 76 426 73 30
Binary 1000111 11001 1100001 11011 1001010 0 111110 100010110 111011 11000

Color Harmonies of #471961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471961

Black with #471961

Text Example


Text Example

White with #471961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471961; }

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

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

background-color css

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

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

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

border-color css

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

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

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