Html Css Color HEX #472F5D Scarlet Gum

📋 copy color: '#472F5D'

red 71 ◦ green 47 ◦ blue 93

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

Shades of Scarlet Gum #472F5D

Tints of Scarlet Gum #472F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.27%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 33.65%
G = 22.27%
B = 44.08%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#472F5D (or 0x472F5D) is known color: Scarlet Gum. HEX triplet: 47, 2F and 5D. RGB value is (71,47,93). Sum of RGB (Red+Green+Blue) = 71+47+93=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #472F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F5D is #B8D0A2. Grayscale: #3B3B3B. Windows color (decimal): -12112035 or 6106951. OLE color: 6106951.

HSL color Cylindrical-coordinate representation of color #472F5D: hue angle of 271.3º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472F5D is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 47 93 -
CMYK 0.24 0.49 0 0.64
HSL 271.3º 0.33% 0.27% -
HSV(B) 271.3º 0.49% 0.36% -
XYZ 5.59 4.16 10.86 -
YUV 59.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 71 47 93 0.24 0.49 0 0.64 271.3 0.33 0.27
Hex 47 2F 5D 18 31 0 40 10F 21 1B
Octal 107 57 135 30 61 0 100 417 41 33
Binary 1000111 101111 1011101 11000 110001 0 1000000 100001111 100001 11011

Color Harmonies of #472F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F5D

Black with #472F5D

Text Example


Text Example

White with #472F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F5D; }

 p { color: rgb(71,47,93); }

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

background-color css

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

 a { background-color: rgb(71,47,93); }

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

border-color css

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

 span { border-color: rgb(71,47,93); }

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