Html Css Color HEX #471E60 Scarlet Gum

📋 copy color: '#471E60'

red 71 ◦ green 30 ◦ blue 96

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

Shades of Scarlet Gum #471E60

Tints of Scarlet Gum #471E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 36.04%
G = 15.23%
B = 48.73%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471E60 (or 0x471E60) is known color: Scarlet Gum. HEX triplet: 47, 1E and 60. RGB value is (71,30,96). Sum of RGB (Red+Green+Blue) = 71+30+96=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #471E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E60 is #B8E19F. Grayscale: #313131. Windows color (decimal): -12116384 or 6299207. OLE color: 6299207.

HSL color Cylindrical-coordinate representation of color #471E60: hue angle of 277.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471E60 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 30 96 -
CMYK 0.26 0.69 0 0.62
HSL 277.27º 0.52% 0.25% -
HSV(B) 277.27º 0.69% 0.38% -
XYZ 5.17 3.11 11.39 -
YUV 49.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 71 30 96 0.26 0.69 0 0.62 277.27 0.52 0.25
Hex 47 1E 60 1A 45 0 3E 115 34 19
Octal 107 36 140 32 105 0 76 425 64 31
Binary 1000111 11110 1100000 11010 1000101 0 111110 100010101 110100 11001

Color Harmonies of #471E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E60

Black with #471E60

Text Example


Text Example

White with #471E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,96); }

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

background-color css

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

 a { background-color: rgb(71,30,96); }

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

border-color css

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

 span { border-color: rgb(71,30,96); }

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