Html Css Color HEX #472953 Scarlet Gum

📋 copy color: '#472953'

red 71 ◦ green 41 ◦ blue 83

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

Shades of Scarlet Gum #472953

Tints of Scarlet Gum #472953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 36.41%
G = 21.03%
B = 42.56%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472953 (or 0x472953) is known color: Scarlet Gum. HEX triplet: 47, 29 and 53. RGB value is (71,41,83). Sum of RGB (Red+Green+Blue) = 71+41+83=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #472953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472953 is #B8D6AC. Grayscale: #363636. Windows color (decimal): -12113581 or 5450055. OLE color: 5450055.

HSL color Cylindrical-coordinate representation of color #472953: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472953 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 41 83 -
CMYK 0.14 0.51 0 0.67
HSL 282.86º 0.34% 0.24% -
HSV(B) 282.86º 0.51% 0.33% -
XYZ 4.95 3.55 8.61 -
YUV 54.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 71 41 83 0.14 0.51 0 0.67 282.86 0.34 0.24
Hex 47 29 53 E 33 0 43 11B 22 18
Octal 107 51 123 16 63 0 103 433 42 30
Binary 1000111 101001 1010011 1110 110011 0 1000011 100011011 100010 11000

Color Harmonies of #472953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472953

Black with #472953

Text Example


Text Example

White with #472953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472953; }

 p { color: rgb(71,41,83); }

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

background-color css

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

 a { background-color: rgb(71,41,83); }

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

border-color css

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

 span { border-color: rgb(71,41,83); }

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