Html Css Color HEX #471254 Scarlet Gum

📋 copy color: '#471254'

red 71 ◦ green 18 ◦ blue 84

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

Shades of Scarlet Gum #471254

Tints of Scarlet Gum #471254

RGB

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

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

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

R = 41.04%
G = 10.4%
B = 48.55%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471254 (or 0x471254) is known color: Scarlet Gum. HEX triplet: 47, 12 and 54. RGB value is (71,18,84). Sum of RGB (Red+Green+Blue) = 71+18+84=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #471254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471254 is #B8EDAB. Grayscale: #292929. Windows color (decimal): -12119468 or 5509703. OLE color: 5509703.

HSL color Cylindrical-coordinate representation of color #471254: hue angle of 288.18º 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 #471254 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 18 84 -
CMYK 0.15 0.79 0 0.67
HSL 288.18º 0.65% 0.2% -
HSV(B) 288.18º 0.79% 0.33% -
XYZ 4.42 2.41 8.62 -
YUV 41.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 71 18 84 0.15 0.79 0 0.67 288.18 0.65 0.2
Hex 47 12 54 F 4F 0 43 120 41 14
Octal 107 22 124 17 117 0 103 440 101 24
Binary 1000111 10010 1010100 1111 1001111 0 1000011 100100000 1000001 10100

Color Harmonies of #471254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471254

Black with #471254

Text Example


Text Example

White with #471254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471254; }

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

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

background-color css

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

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

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

border-color css

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

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

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