Html Css Color HEX #472D5F Scarlet Gum

📋 copy color: '#472D5F'

red 71 ◦ green 45 ◦ blue 95

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

Shades of Scarlet Gum #472D5F

Tints of Scarlet Gum #472D5F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.33%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 33.65%
G = 21.33%
B = 45.02%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#472D5F (or 0x472D5F) is known color: Scarlet Gum. HEX triplet: 47, 2D and 5F. RGB value is (71,45,95). Sum of RGB (Red+Green+Blue) = 71+45+95=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #472D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D5F is #B8D2A0. Grayscale: #3A3A3A. Windows color (decimal): -12112545 or 6237511. OLE color: 6237511.

HSL color Cylindrical-coordinate representation of color #472D5F: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472D5F is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 45 95 -
CMYK 0.25 0.53 0 0.63
HSL 271.2º 0.36% 0.27% -
HSV(B) 271.2º 0.53% 0.37% -
XYZ 5.6 4.04 11.31 -
YUV 58.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 71 45 95 0.25 0.53 0 0.63 271.2 0.36 0.27
Hex 47 2D 5F 19 35 0 3F 10F 24 1B
Octal 107 55 137 31 65 0 77 417 44 33
Binary 1000111 101101 1011111 11001 110101 0 111111 100001111 100100 11011

Color Harmonies of #472D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D5F

Black with #472D5F

Text Example


Text Example

White with #472D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,95); }

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

background-color css

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

 a { background-color: rgb(71,45,95); }

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

border-color css

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

 span { border-color: rgb(71,45,95); }

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