Html Css Color HEX #472761 Scarlet Gum

📋 copy color: '#472761'

red 71 ◦ green 39 ◦ blue 97

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

Shades of Scarlet Gum #472761

Tints of Scarlet Gum #472761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 34.3%
G = 18.84%
B = 46.86%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472761 (or 0x472761) is known color: Scarlet Gum. HEX triplet: 47, 27 and 61. RGB value is (71,39,97). Sum of RGB (Red+Green+Blue) = 71+39+97=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #472761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472761 is #B8D89E. Grayscale: #363636. Windows color (decimal): -12114079 or 6367047. OLE color: 6367047.

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

Color convert

RGB 71 39 97 -
CMYK 0.27 0.60 0 0.62
HSL 273.1º 0.43% 0.27% -
HSV(B) 273.1º 0.6% 0.38% -
XYZ 5.48 3.65 11.73 -
YUV 55.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 71 39 97 0.27 0.60 0 0.62 273.1 0.43 0.27
Hex 47 27 61 1B 3C 0 3E 111 2B 1B
Octal 107 47 141 33 74 0 76 421 53 33
Binary 1000111 100111 1100001 11011 111100 0 111110 100010001 101011 11011

Color Harmonies of #472761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472761

Black with #472761

Text Example


Text Example

White with #472761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472761; }

 p { color: rgb(71,39,97); }

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

background-color css

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

 a { background-color: rgb(71,39,97); }

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

border-color css

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

 span { border-color: rgb(71,39,97); }

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