Html Css Color HEX #472853 Scarlet Gum

📋 copy color: '#472853'

red 71 ◦ green 40 ◦ blue 83

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

Shades of Scarlet Gum #472853

Tints of Scarlet Gum #472853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 36.6%
G = 20.62%
B = 42.78%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472853 (or 0x472853) is known color: Scarlet Gum. HEX triplet: 47, 28 and 53. RGB value is (71,40,83). Sum of RGB (Red+Green+Blue) = 71+40+83=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #472853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472853 is #B8D7AC. Grayscale: #363636. Windows color (decimal): -12113837 or 5449799. OLE color: 5449799.

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

Color convert

RGB 71 40 83 -
CMYK 0.14 0.52 0 0.67
HSL 283.26º 0.35% 0.24% -
HSV(B) 283.26º 0.52% 0.33% -
XYZ 4.92 3.48 8.6 -
YUV 54.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 71 40 83 0.14 0.52 0 0.67 283.26 0.35 0.24
Hex 47 28 53 E 34 0 43 11B 23 18
Octal 107 50 123 16 64 0 103 433 43 30
Binary 1000111 101000 1010011 1110 110100 0 1000011 100011011 100011 11000

Color Harmonies of #472853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472853

Black with #472853

Text Example


Text Example

White with #472853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472853; }

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

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

background-color css

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

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

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

border-color css

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

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

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