Html Css Color HEX #473150 Scarlet Gum

📋 copy color: '#473150'

red 71 ◦ green 49 ◦ blue 80

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

Shades of Scarlet Gum #473150

Tints of Scarlet Gum #473150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 80 (31.64% from 255) = 40%

R = 35.5%
G = 24.5%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473150 (or 0x473150) is known color: Scarlet Gum. HEX triplet: 47, 31 and 50. RGB value is (71,49,80). Sum of RGB (Red+Green+Blue) = 71+49+80=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #473150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473150 is #B8CEAF. Grayscale: #3B3B3B. Windows color (decimal): -12111536 or 5255495. OLE color: 5255495.

HSL color Cylindrical-coordinate representation of color #473150: hue angle of 282.58º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473150 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 49 80 -
CMYK 0.11 0.39 0 0.69
HSL 282.58º 0.24% 0.25% -
HSV(B) 282.58º 0.39% 0.31% -
XYZ 5.14 4.12 8.11 -
YUV 59.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 71 49 80 0.11 0.39 0 0.69 282.58 0.24 0.25
Hex 47 31 50 B 27 0 45 11B 18 19
Octal 107 61 120 13 47 0 105 433 30 31
Binary 1000111 110001 1010000 1011 100111 0 1000101 100011011 11000 11001

Color Harmonies of #473150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473150

Black with #473150

Text Example


Text Example

White with #473150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473150; }

 p { color: rgb(71,49,80); }

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

background-color css

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

 a { background-color: rgb(71,49,80); }

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

border-color css

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

 span { border-color: rgb(71,49,80); }

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