Html Css Color HEX #472956 Scarlet Gum

📋 copy color: '#472956'

red 71 ◦ green 41 ◦ blue 86

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

Shades of Scarlet Gum #472956

Tints of Scarlet Gum #472956

RGB

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

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

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

R = 35.86%
G = 20.71%
B = 43.43%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472956 (or 0x472956) is known color: Scarlet Gum. HEX triplet: 47, 29 and 56. RGB value is (71,41,86). Sum of RGB (Red+Green+Blue) = 71+41+86=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #472956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472956 is #B8D6A9. Grayscale: #363636. Windows color (decimal): -12113578 or 5646663. OLE color: 5646663.

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

Color convert

RGB 71 41 86 -
CMYK 0.17 0.52 0 0.66
HSL 280º 0.35% 0.25% -
HSV(B) 280º 0.52% 0.34% -
XYZ 5.07 3.6 9.23 -
YUV 55.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 71 41 86 0.17 0.52 0 0.66 280 0.35 0.25
Hex 47 29 56 11 34 0 42 118 23 19
Octal 107 51 126 21 64 0 102 430 43 31
Binary 1000111 101001 1010110 10001 110100 0 1000010 100011000 100011 11001

Color Harmonies of #472956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472956

Black with #472956

Text Example


Text Example

White with #472956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472956; }

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

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

background-color css

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

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

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

border-color css

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

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

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