Html Css Color HEX #471261 Scarlet Gum

📋 copy color: '#471261'

red 71 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #471261

Tints of Scarlet Gum #471261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 38.17%
G = 9.68%
B = 52.15%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471261 (or 0x471261) is known color: Scarlet Gum. HEX triplet: 47, 12 and 61. RGB value is (71,18,97). Sum of RGB (Red+Green+Blue) = 71+18+97=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #471261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471261 is #B8ED9E. Grayscale: #2A2A2A. Windows color (decimal): -12119455 or 6361671. OLE color: 6361671.

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

Color convert

RGB 71 18 97 -
CMYK 0.27 0.81 0 0.62
HSL 280.25º 0.69% 0.23% -
HSV(B) 280.25º 0.81% 0.38% -
XYZ 4.97 2.64 11.56 -
YUV 42.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 71 18 97 0.27 0.81 0 0.62 280.25 0.69 0.23
Hex 47 12 61 1B 51 0 3E 118 45 17
Octal 107 22 141 33 121 0 76 430 105 27
Binary 1000111 10010 1100001 11011 1010001 0 111110 100011000 1000101 10111

Color Harmonies of #471261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471261

Black with #471261

Text Example


Text Example

White with #471261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471261; }

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

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

background-color css

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

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

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

border-color css

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

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

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