Html Css Color HEX #471255 Scarlet Gum

📋 copy color: '#471255'

red 71 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #471255

Tints of Scarlet Gum #471255

RGB

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

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

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

R = 40.8%
G = 10.34%
B = 48.85%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471255 (or 0x471255) is known color: Scarlet Gum. HEX triplet: 47, 12 and 55. RGB value is (71,18,85). Sum of RGB (Red+Green+Blue) = 71+18+85=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #471255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471255 is #B8EDAA. Grayscale: #292929. Windows color (decimal): -12119467 or 5575239. OLE color: 5575239.

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

Color convert

RGB 71 18 85 -
CMYK 0.16 0.79 0 0.67
HSL 287.46º 0.65% 0.2% -
HSV(B) 287.46º 0.79% 0.33% -
XYZ 4.45 2.43 8.83 -
YUV 41.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 71 18 85 0.16 0.79 0 0.67 287.46 0.65 0.2
Hex 47 12 55 10 4F 0 43 11F 41 14
Octal 107 22 125 20 117 0 103 437 101 24
Binary 1000111 10010 1010101 10000 1001111 0 1000011 100011111 1000001 10100

Color Harmonies of #471255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471255

Black with #471255

Text Example


Text Example

White with #471255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471255; }

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

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

background-color css

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

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

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

border-color css

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

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

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