Html Css Color HEX #472951 Scarlet Gum

📋 copy color: '#472951'

red 71 ◦ green 41 ◦ blue 81

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

Shades of Scarlet Gum #472951

Tints of Scarlet Gum #472951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

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

R = 36.79%
G = 21.24%
B = 41.97%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472951 (or 0x472951) is known color: Scarlet Gum. HEX triplet: 47, 29 and 51. RGB value is (71,41,81). Sum of RGB (Red+Green+Blue) = 71+41+81=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #472951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472951 is #B8D6AE. Grayscale: #363636. Windows color (decimal): -12113583 or 5318983. OLE color: 5318983.

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

Color convert

RGB 71 41 81 -
CMYK 0.12 0.49 0 0.68
HSL 285º 0.33% 0.24% -
HSV(B) 285º 0.49% 0.32% -
XYZ 4.88 3.52 8.21 -
YUV 54.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 71 41 81 0.12 0.49 0 0.68 285 0.33 0.24
Hex 47 29 51 C 31 0 44 11D 21 18
Octal 107 51 121 14 61 0 104 435 41 30
Binary 1000111 101001 1010001 1100 110001 0 1000100 100011101 100001 11000

Color Harmonies of #472951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472951

Black with #472951

Text Example


Text Example

White with #472951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472951; }

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

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

background-color css

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

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

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

border-color css

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

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

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