Html Css Color HEX #471755 Scarlet Gum

📋 copy color: '#471755'

red 71 ◦ green 23 ◦ blue 85

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

Shades of Scarlet Gum #471755

Tints of Scarlet Gum #471755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 39.66%
G = 12.85%
B = 47.49%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471755 (or 0x471755) is known color: Scarlet Gum. HEX triplet: 47, 17 and 55. RGB value is (71,23,85). Sum of RGB (Red+Green+Blue) = 71+23+85=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #471755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471755 is #B8E8AA. Grayscale: #2C2C2C. Windows color (decimal): -12118187 or 5576519. OLE color: 5576519.

HSL color Cylindrical-coordinate representation of color #471755: hue angle of 286.45º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471755 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 23 85 -
CMYK 0.16 0.73 0 0.67
HSL 286.45º 0.57% 0.21% -
HSV(B) 286.45º 0.73% 0.33% -
XYZ 4.54 2.61 8.86 -
YUV 44.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 71 23 85 0.16 0.73 0 0.67 286.45 0.57 0.21
Hex 47 17 55 10 49 0 43 11E 39 15
Octal 107 27 125 20 111 0 103 436 71 25
Binary 1000111 10111 1010101 10000 1001001 0 1000011 100011110 111001 10101

Color Harmonies of #471755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471755

Black with #471755

Text Example


Text Example

White with #471755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471755; }

 p { color: rgb(71,23,85); }

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

background-color css

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

 a { background-color: rgb(71,23,85); }

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

border-color css

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

 span { border-color: rgb(71,23,85); }

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