Html Css Color HEX #472862 Scarlet Gum

📋 copy color: '#472862'

red 71 ◦ green 40 ◦ blue 98

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

Shades of Scarlet Gum #472862

Tints of Scarlet Gum #472862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 33.97%
G = 19.14%
B = 46.89%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472862 (or 0x472862) is known color: Scarlet Gum. HEX triplet: 47, 28 and 62. RGB value is (71,40,98). Sum of RGB (Red+Green+Blue) = 71+40+98=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #472862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472862 is #B8D79D. Grayscale: #373737. Windows color (decimal): -12113822 or 6432839. OLE color: 6432839.

HSL color Cylindrical-coordinate representation of color #472862: hue angle of 272.07º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472862 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 40 98 -
CMYK 0.28 0.59 0 0.62
HSL 272.07º 0.42% 0.27% -
HSV(B) 272.07º 0.59% 0.38% -
XYZ 5.56 3.74 11.98 -
YUV 55.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 71 40 98 0.28 0.59 0 0.62 272.07 0.42 0.27
Hex 47 28 62 1C 3B 0 3E 110 2A 1B
Octal 107 50 142 34 73 0 76 420 52 33
Binary 1000111 101000 1100010 11100 111011 0 111110 100010000 101010 11011

Color Harmonies of #472862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472862

Black with #472862

Text Example


Text Example

White with #472862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472862; }

 p { color: rgb(71,40,98); }

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

background-color css

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

 a { background-color: rgb(71,40,98); }

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

border-color css

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

 span { border-color: rgb(71,40,98); }

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