Html Css Color HEX #472C5F Scarlet Gum

📋 copy color: '#472C5F'

red 71 ◦ green 44 ◦ blue 95

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

Shades of Scarlet Gum #472C5F

Tints of Scarlet Gum #472C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

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

R = 33.81%
G = 20.95%
B = 45.24%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#472C5F (or 0x472C5F) is known color: Scarlet Gum. HEX triplet: 47, 2C and 5F. RGB value is (71,44,95). Sum of RGB (Red+Green+Blue) = 71+44+95=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #472C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C5F is #B8D3A0. Grayscale: #393939. Windows color (decimal): -12112801 or 6237255. OLE color: 6237255.

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

Color convert

RGB 71 44 95 -
CMYK 0.25 0.54 0 0.63
HSL 271.76º 0.37% 0.27% -
HSV(B) 271.76º 0.54% 0.37% -
XYZ 5.56 3.97 11.3 -
YUV 57.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 71 44 95 0.25 0.54 0 0.63 271.76 0.37 0.27
Hex 47 2C 5F 19 36 0 3F 110 25 1B
Octal 107 54 137 31 66 0 77 420 45 33
Binary 1000111 101100 1011111 11001 110110 0 111111 100010000 100101 11011

Color Harmonies of #472C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C5F

Black with #472C5F

Text Example


Text Example

White with #472C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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