Html Css Color HEX #471357 Scarlet Gum

📋 copy color: '#471357'

red 71 ◦ green 19 ◦ blue 87

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

Shades of Scarlet Gum #471357

Tints of Scarlet Gum #471357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 40.11%
G = 10.73%
B = 49.15%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471357 (or 0x471357) is known color: Scarlet Gum. HEX triplet: 47, 13 and 57. RGB value is (71,19,87). Sum of RGB (Red+Green+Blue) = 71+19+87=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #471357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471357 is #B8ECA8. Grayscale: #2A2A2A. Windows color (decimal): -12119209 or 5706567. OLE color: 5706567.

HSL color Cylindrical-coordinate representation of color #471357: hue angle of 285.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471357 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 19 87 -
CMYK 0.18 0.78 0 0.66
HSL 285.88º 0.64% 0.21% -
HSV(B) 285.88º 0.78% 0.34% -
XYZ 4.55 2.49 9.26 -
YUV 42.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 71 19 87 0.18 0.78 0 0.66 285.88 0.64 0.21
Hex 47 13 57 12 4E 0 42 11E 40 15
Octal 107 23 127 22 116 0 102 436 100 25
Binary 1000111 10011 1010111 10010 1001110 0 1000010 100011110 1000000 10101

Color Harmonies of #471357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471357

Black with #471357

Text Example


Text Example

White with #471357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471357; }

 p { color: rgb(71,19,87); }

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

background-color css

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

 a { background-color: rgb(71,19,87); }

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

border-color css

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

 span { border-color: rgb(71,19,87); }

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