Html Css Color HEX #472851 Scarlet Gum

📋 copy color: '#472851'

red 71 ◦ green 40 ◦ blue 81

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

Shades of Scarlet Gum #472851

Tints of Scarlet Gum #472851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 36.98%
G = 20.83%
B = 42.19%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472851 (or 0x472851) is known color: Scarlet Gum. HEX triplet: 47, 28 and 51. RGB value is (71,40,81). Sum of RGB (Red+Green+Blue) = 71+40+81=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #472851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472851 is #B8D7AE. Grayscale: #353535. Windows color (decimal): -12113839 or 5318727. OLE color: 5318727.

HSL color Cylindrical-coordinate representation of color #472851: hue angle of 285.37º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472851 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 40 81 -
CMYK 0.12 0.51 0 0.68
HSL 285.37º 0.34% 0.24% -
HSV(B) 285.37º 0.51% 0.32% -
XYZ 4.84 3.45 8.2 -
YUV 53.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 71 40 81 0.12 0.51 0 0.68 285.37 0.34 0.24
Hex 47 28 51 C 33 0 44 11D 22 18
Octal 107 50 121 14 63 0 104 435 42 30
Binary 1000111 101000 1010001 1100 110011 0 1000100 100011101 100010 11000

Color Harmonies of #472851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472851

Black with #472851

Text Example


Text Example

White with #472851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472851; }

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

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

background-color css

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

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

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

border-color css

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

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

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