Html Css Color HEX #471B60 Scarlet Gum

📋 copy color: '#471B60'

red 71 ◦ green 27 ◦ blue 96

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

Shades of Scarlet Gum #471B60

Tints of Scarlet Gum #471B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

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

R = 36.6%
G = 13.92%
B = 49.48%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471B60 (or 0x471B60) is known color: Scarlet Gum. HEX triplet: 47, 1B and 60. RGB value is (71,27,96). Sum of RGB (Red+Green+Blue) = 71+27+96=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #471B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B60 is #B8E49F. Grayscale: #2F2F2F. Windows color (decimal): -12117152 or 6298439. OLE color: 6298439.

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

Color convert

RGB 71 27 96 -
CMYK 0.26 0.72 0 0.62
HSL 278.26º 0.56% 0.24% -
HSV(B) 278.26º 0.72% 0.38% -
XYZ 5.1 2.97 11.37 -
YUV 48.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 71 27 96 0.26 0.72 0 0.62 278.26 0.56 0.24
Hex 47 1B 60 1A 48 0 3E 116 38 18
Octal 107 33 140 32 110 0 76 426 70 30
Binary 1000111 11011 1100000 11010 1001000 0 111110 100010110 111000 11000

Color Harmonies of #471B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B60

Black with #471B60

Text Example


Text Example

White with #471B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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