Html Css Color HEX #472656 Scarlet Gum

📋 copy color: '#472656'

red 71 ◦ green 38 ◦ blue 86

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

Shades of Scarlet Gum #472656

Tints of Scarlet Gum #472656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 36.41%
G = 19.49%
B = 44.1%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472656 (or 0x472656) is known color: Scarlet Gum. HEX triplet: 47, 26 and 56. RGB value is (71,38,86). Sum of RGB (Red+Green+Blue) = 71+38+86=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #472656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472656 is #B8D9A9. Grayscale: #353535. Windows color (decimal): -12114346 or 5645895. OLE color: 5645895.

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

Color convert

RGB 71 38 86 -
CMYK 0.17 0.56 0 0.66
HSL 281.25º 0.39% 0.24% -
HSV(B) 281.25º 0.56% 0.34% -
XYZ 4.97 3.4 9.2 -
YUV 53.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 71 38 86 0.17 0.56 0 0.66 281.25 0.39 0.24
Hex 47 26 56 11 38 0 42 119 27 18
Octal 107 46 126 21 70 0 102 431 47 30
Binary 1000111 100110 1010110 10001 111000 0 1000010 100011001 100111 11000

Color Harmonies of #472656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472656

Black with #472656

Text Example


Text Example

White with #472656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472656; }

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

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

background-color css

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

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

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

border-color css

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

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

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