Html Css Color HEX #472354 Scarlet Gum

📋 copy color: '#472354'

red 71 ◦ green 35 ◦ blue 84

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

Shades of Scarlet Gum #472354

Tints of Scarlet Gum #472354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 37.37%
G = 18.42%
B = 44.21%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472354 (or 0x472354) is known color: Scarlet Gum. HEX triplet: 47, 23 and 54. RGB value is (71,35,84). Sum of RGB (Red+Green+Blue) = 71+35+84=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #472354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472354 is #B8DCAB. Grayscale: #333333. Windows color (decimal): -12115116 or 5514055. OLE color: 5514055.

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

Color convert

RGB 71 35 84 -
CMYK 0.15 0.58 0 0.67
HSL 284.08º 0.41% 0.23% -
HSV(B) 284.08º 0.58% 0.33% -
XYZ 4.8 3.18 8.75 -
YUV 51.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 71 35 84 0.15 0.58 0 0.67 284.08 0.41 0.23
Hex 47 23 54 F 3A 0 43 11C 29 17
Octal 107 43 124 17 72 0 103 434 51 27
Binary 1000111 100011 1010100 1111 111010 0 1000011 100011100 101001 10111

Color Harmonies of #472354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472354

Black with #472354

Text Example


Text Example

White with #472354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472354; }

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

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

background-color css

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

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

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

border-color css

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

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

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