Html Css Color HEX #472456 Scarlet Gum

📋 copy color: '#472456'

red 71 ◦ green 36 ◦ blue 86

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

Shades of Scarlet Gum #472456

Tints of Scarlet Gum #472456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.56%

R = 36.79%
G = 18.65%
B = 44.56%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472456 (or 0x472456) is known color: Scarlet Gum. HEX triplet: 47, 24 and 56. RGB value is (71,36,86). Sum of RGB (Red+Green+Blue) = 71+36+86=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #472456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472456 is #B8DBA9. Grayscale: #343434. Windows color (decimal): -12114858 or 5645383. OLE color: 5645383.

HSL color Cylindrical-coordinate representation of color #472456: hue angle of 282º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472456 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 36 86 -
CMYK 0.17 0.58 0 0.66
HSL 282º 0.41% 0.24% -
HSV(B) 282º 0.58% 0.34% -
XYZ 4.91 3.27 9.18 -
YUV 52.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 71 36 86 0.17 0.58 0 0.66 282 0.41 0.24
Hex 47 24 56 11 3A 0 42 11A 29 18
Octal 107 44 126 21 72 0 102 432 51 30
Binary 1000111 100100 1010110 10001 111010 0 1000010 100011010 101001 11000

Color Harmonies of #472456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472456

Black with #472456

Text Example


Text Example

White with #472456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472456; }

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

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

background-color css

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

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

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

border-color css

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

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

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