Html Css Color HEX #471A60 Scarlet Gum

📋 copy color: '#471A60'

red 71 ◦ green 26 ◦ blue 96

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

Shades of Scarlet Gum #471A60

Tints of Scarlet Gum #471A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.47%

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

R = 36.79%
G = 13.47%
B = 49.74%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471A60 (or 0x471A60) is known color: Scarlet Gum. HEX triplet: 47, 1A and 60. RGB value is (71,26,96). Sum of RGB (Red+Green+Blue) = 71+26+96=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #471A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A60 is #B8E59F. Grayscale: #2F2F2F. Windows color (decimal): -12117408 or 6298183. OLE color: 6298183.

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

Color convert

RGB 71 26 96 -
CMYK 0.26 0.73 0 0.62
HSL 278.57º 0.57% 0.24% -
HSV(B) 278.57º 0.73% 0.38% -
XYZ 5.08 2.92 11.36 -
YUV 47.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 71 26 96 0.26 0.73 0 0.62 278.57 0.57 0.24
Hex 47 1A 60 1A 49 0 3E 117 39 18
Octal 107 32 140 32 111 0 76 427 71 30
Binary 1000111 11010 1100000 11010 1001001 0 111110 100010111 111001 11000

Color Harmonies of #471A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A60

Black with #471A60

Text Example


Text Example

White with #471A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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