Html Css Color HEX #471B57 Scarlet Gum

📋 copy color: '#471B57'

red 71 ◦ green 27 ◦ blue 87

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

Shades of Scarlet Gum #471B57

Tints of Scarlet Gum #471B57

RGB

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

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

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

R = 38.38%
G = 14.59%
B = 47.03%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471B57 (or 0x471B57) is known color: Scarlet Gum. HEX triplet: 47, 1B and 57. RGB value is (71,27,87). Sum of RGB (Red+Green+Blue) = 71+27+87=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #471B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B57 is #B8E4A8. Grayscale: #2E2E2E. Windows color (decimal): -12117161 or 5708615. OLE color: 5708615.

HSL color Cylindrical-coordinate representation of color #471B57: hue angle of 284º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471B57 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 27 87 -
CMYK 0.18 0.69 0 0.66
HSL 284º 0.53% 0.22% -
HSV(B) 284º 0.69% 0.34% -
XYZ 4.71 2.81 9.31 -
YUV 47 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 71 27 87 0.18 0.69 0 0.66 284 0.53 0.22
Hex 47 1B 57 12 45 0 42 11C 35 16
Octal 107 33 127 22 105 0 102 434 65 26
Binary 1000111 11011 1010111 10010 1000101 0 1000010 100011100 110101 10110

Color Harmonies of #471B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B57

Black with #471B57

Text Example


Text Example

White with #471B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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