Html Css Color HEX #471355 Scarlet Gum

📋 copy color: '#471355'

red 71 ◦ green 19 ◦ blue 85

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

Shades of Scarlet Gum #471355

Tints of Scarlet Gum #471355

RGB

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

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

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

R = 40.57%
G = 10.86%
B = 48.57%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471355 (or 0x471355) is known color: Scarlet Gum. HEX triplet: 47, 13 and 55. RGB value is (71,19,85). Sum of RGB (Red+Green+Blue) = 71+19+85=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #471355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471355 is #B8ECAA. Grayscale: #292929. Windows color (decimal): -12119211 or 5575495. OLE color: 5575495.

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

Color convert

RGB 71 19 85 -
CMYK 0.16 0.78 0 0.67
HSL 287.27º 0.63% 0.2% -
HSV(B) 287.27º 0.78% 0.33% -
XYZ 4.47 2.46 8.83 -
YUV 42.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 71 19 85 0.16 0.78 0 0.67 287.27 0.63 0.2
Hex 47 13 55 10 4E 0 43 11F 3F 14
Octal 107 23 125 20 116 0 103 437 77 24
Binary 1000111 10011 1010101 10000 1001110 0 1000011 100011111 111111 10100

Color Harmonies of #471355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471355

Black with #471355

Text Example


Text Example

White with #471355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471355; }

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

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

background-color css

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

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

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

border-color css

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

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

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