Html Css Color HEX #472655 Scarlet Gum

📋 copy color: '#472655'

red 71 ◦ green 38 ◦ blue 85

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

Shades of Scarlet Gum #472655

Tints of Scarlet Gum #472655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 36.6%
G = 19.59%
B = 43.81%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472655 (or 0x472655) is known color: Scarlet Gum. HEX triplet: 47, 26 and 55. RGB value is (71,38,85). Sum of RGB (Red+Green+Blue) = 71+38+85=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #472655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472655 is #B8D9AA. Grayscale: #353535. Windows color (decimal): -12114347 or 5580359. OLE color: 5580359.

HSL color Cylindrical-coordinate representation of color #472655: hue angle of 282.13º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472655 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 38 85 -
CMYK 0.16 0.55 0 0.67
HSL 282.13º 0.38% 0.24% -
HSV(B) 282.13º 0.55% 0.33% -
XYZ 4.93 3.38 8.99 -
YUV 53.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 71 38 85 0.16 0.55 0 0.67 282.13 0.38 0.24
Hex 47 26 55 10 37 0 43 11A 26 18
Octal 107 46 125 20 67 0 103 432 46 30
Binary 1000111 100110 1010101 10000 110111 0 1000011 100011010 100110 11000

Color Harmonies of #472655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472655

Black with #472655

Text Example


Text Example

White with #472655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472655; }

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

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

background-color css

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

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

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

border-color css

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

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

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