Html Css Color HEX #471954 Scarlet Gum

📋 copy color: '#471954'

red 71 ◦ green 25 ◦ blue 84

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

Shades of Scarlet Gum #471954

Tints of Scarlet Gum #471954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 39.44%
G = 13.89%
B = 46.67%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471954 (or 0x471954) is known color: Scarlet Gum. HEX triplet: 47, 19 and 54. RGB value is (71,25,84). Sum of RGB (Red+Green+Blue) = 71+25+84=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #471954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471954 is #B8E6AB. Grayscale: #2D2D2D. Windows color (decimal): -12117676 or 5511495. OLE color: 5511495.

HSL color Cylindrical-coordinate representation of color #471954: hue angle of 286.78º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471954 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 25 84 -
CMYK 0.15 0.70 0 0.67
HSL 286.78º 0.54% 0.21% -
HSV(B) 286.78º 0.7% 0.33% -
XYZ 4.55 2.67 8.66 -
YUV 45.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 71 25 84 0.15 0.70 0 0.67 286.78 0.54 0.21
Hex 47 19 54 F 46 0 43 11F 36 15
Octal 107 31 124 17 106 0 103 437 66 25
Binary 1000111 11001 1010100 1111 1000110 0 1000011 100011111 110110 10101

Color Harmonies of #471954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471954

Black with #471954

Text Example


Text Example

White with #471954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471954; }

 p { color: rgb(71,25,84); }

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

background-color css

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

 a { background-color: rgb(71,25,84); }

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

border-color css

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

 span { border-color: rgb(71,25,84); }

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