Html Css Color HEX #473550 Scarlet Gum

📋 copy color: '#473550'

red 71 ◦ green 53 ◦ blue 80

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

Shades of Scarlet Gum #473550

Tints of Scarlet Gum #473550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 34.8%
G = 25.98%
B = 39.22%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473550 (or 0x473550) is known color: Scarlet Gum. HEX triplet: 47, 35 and 50. RGB value is (71,53,80). Sum of RGB (Red+Green+Blue) = 71+53+80=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #473550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473550 is #B8CAAF. Grayscale: #3D3D3D. Windows color (decimal): -12110512 or 5256519. OLE color: 5256519.

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

Color convert

RGB 71 53 80 -
CMYK 0.11 0.34 0 0.69
HSL 280º 0.2% 0.26% -
HSV(B) 280º 0.34% 0.31% -
XYZ 5.32 4.46 8.17 -
YUV 61.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 71 53 80 0.11 0.34 0 0.69 280 0.2 0.26
Hex 47 35 50 B 22 0 45 118 14 1A
Octal 107 65 120 13 42 0 105 430 24 32
Binary 1000111 110101 1010000 1011 100010 0 1000101 100011000 10100 11010

Color Harmonies of #473550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473550

Black with #473550

Text Example


Text Example

White with #473550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473550; }

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

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

background-color css

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

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

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

border-color css

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

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

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