Html Css Color HEX #472A51 Scarlet Gum

📋 copy color: '#472A51'

red 71 ◦ green 42 ◦ blue 81

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

Shades of Scarlet Gum #472A51

Tints of Scarlet Gum #472A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.65%

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

R = 36.6%
G = 21.65%
B = 41.75%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472A51 (or 0x472A51) is known color: Scarlet Gum. HEX triplet: 47, 2A and 51. RGB value is (71,42,81). Sum of RGB (Red+Green+Blue) = 71+42+81=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #472A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A51 is #B8D5AE. Grayscale: #363636. Windows color (decimal): -12113327 or 5319239. OLE color: 5319239.

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

Color convert

RGB 71 42 81 -
CMYK 0.12 0.48 0 0.68
HSL 284.62º 0.32% 0.24% -
HSV(B) 284.62º 0.48% 0.32% -
XYZ 4.91 3.59 8.22 -
YUV 55.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 71 42 81 0.12 0.48 0 0.68 284.62 0.32 0.24
Hex 47 2A 51 C 30 0 44 11D 20 18
Octal 107 52 121 14 60 0 104 435 40 30
Binary 1000111 101010 1010001 1100 110000 0 1000100 100011101 100000 11000

Color Harmonies of #472A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A51

Black with #472A51

Text Example


Text Example

White with #472A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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