Html Css Color HEX #472F5F Scarlet Gum

📋 copy color: '#472F5F'

red 71 ◦ green 47 ◦ blue 95

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

Shades of Scarlet Gum #472F5F

Tints of Scarlet Gum #472F5F

RGB

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

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

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

R = 33.33%
G = 22.07%
B = 44.6%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#472F5F (or 0x472F5F) is known color: Scarlet Gum. HEX triplet: 47, 2F and 5F. RGB value is (71,47,95). Sum of RGB (Red+Green+Blue) = 71+47+95=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #472F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F5F is #B8D0A0. Grayscale: #3B3B3B. Windows color (decimal): -12112033 or 6238023. OLE color: 6238023.

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

Color convert

RGB 71 47 95 -
CMYK 0.25 0.51 0 0.63
HSL 270º 0.34% 0.28% -
HSV(B) 270º 0.51% 0.37% -
XYZ 5.68 4.2 11.34 -
YUV 59.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 71 47 95 0.25 0.51 0 0.63 270 0.34 0.28
Hex 47 2F 5F 19 33 0 3F 10E 22 1C
Octal 107 57 137 31 63 0 77 416 42 34
Binary 1000111 101111 1011111 11001 110011 0 111111 100001110 100010 11100

Color Harmonies of #472F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F5F

Black with #472F5F

Text Example


Text Example

White with #472F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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