Html Css Color HEX #472850 Scarlet Gum

📋 copy color: '#472850'

red 71 ◦ green 40 ◦ blue 80

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

Shades of Scarlet Gum #472850

Tints of Scarlet Gum #472850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 37.17%
G = 20.94%
B = 41.88%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#472850 (or 0x472850) is known color: Scarlet Gum. HEX triplet: 47, 28 and 50. RGB value is (71,40,80). Sum of RGB (Red+Green+Blue) = 71+40+80=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #472850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472850 is #B8D7AF. Grayscale: #353535. Windows color (decimal): -12113840 or 5253191. OLE color: 5253191.

HSL color Cylindrical-coordinate representation of color #472850: hue angle of 286.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #472850 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 40 80 -
CMYK 0.11 0.5 0 0.69
HSL 286.5º 0.33% 0.24% -
HSV(B) 286.5º 0.5% 0.31% -
XYZ 4.81 3.44 8 -
YUV 53.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 71 40 80 0.11 0.5 0 0.69 286.5 0.33 0.24
Hex 47 28 50 B 32 0 45 11E 21 18
Octal 107 50 120 13 62 0 105 436 41 30
Binary 1000111 101000 1010000 1011 110010 0 1000101 100011110 100001 11000

Color Harmonies of #472850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472850

Black with #472850

Text Example


Text Example

White with #472850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472850; }

 p { color: rgb(71,40,80); }

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

background-color css

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

 a { background-color: rgb(71,40,80); }

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

border-color css

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

 span { border-color: rgb(71,40,80); }

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