Html Css Color HEX #471C54 Scarlet Gum

📋 copy color: '#471C54'

red 71 ◦ green 28 ◦ blue 84

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

Shades of Scarlet Gum #471C54

Tints of Scarlet Gum #471C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

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

R = 38.8%
G = 15.3%
B = 45.9%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471C54 (or 0x471C54) is known color: Scarlet Gum. HEX triplet: 47, 1C and 54. RGB value is (71,28,84). Sum of RGB (Red+Green+Blue) = 71+28+84=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #471C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C54 is #B8E3AB. Grayscale: #2F2F2F. Windows color (decimal): -12116908 or 5512263. OLE color: 5512263.

HSL color Cylindrical-coordinate representation of color #471C54: hue angle of 286.07º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471C54 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 28 84 -
CMYK 0.15 0.67 0 0.67
HSL 286.07º 0.5% 0.22% -
HSV(B) 286.07º 0.67% 0.33% -
XYZ 4.61 2.81 8.69 -
YUV 47.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 71 28 84 0.15 0.67 0 0.67 286.07 0.5 0.22
Hex 47 1C 54 F 43 0 43 11E 32 16
Octal 107 34 124 17 103 0 103 436 62 26
Binary 1000111 11100 1010100 1111 1000011 0 1000011 100011110 110010 10110

Color Harmonies of #471C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C54

Black with #471C54

Text Example


Text Example

White with #471C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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