Html Css Color HEX #472451 Scarlet Gum

📋 copy color: '#472451'

red 71 ◦ green 36 ◦ blue 81

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

Shades of Scarlet Gum #472451

Tints of Scarlet Gum #472451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 37.77%
G = 19.15%
B = 43.09%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472451 (or 0x472451) is known color: Scarlet Gum. HEX triplet: 47, 24 and 51. RGB value is (71,36,81). Sum of RGB (Red+Green+Blue) = 71+36+81=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #472451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472451 is #B8DBAE. Grayscale: #333333. Windows color (decimal): -12114863 or 5317703. OLE color: 5317703.

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

Color convert

RGB 71 36 81 -
CMYK 0.12 0.56 0 0.68
HSL 286.67º 0.38% 0.23% -
HSV(B) 286.67º 0.56% 0.32% -
XYZ 4.71 3.2 8.15 -
YUV 51.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 71 36 81 0.12 0.56 0 0.68 286.67 0.38 0.23
Hex 47 24 51 C 38 0 44 11F 26 17
Octal 107 44 121 14 70 0 104 437 46 27
Binary 1000111 100100 1010001 1100 111000 0 1000100 100011111 100110 10111

Color Harmonies of #472451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472451

Black with #472451

Text Example


Text Example

White with #472451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472451; }

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

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

background-color css

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

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

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

border-color css

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

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

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