Html Css Color HEX #473750 Scarlet Gum

📋 copy color: '#473750'

red 71 ◦ green 55 ◦ blue 80

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

Shades of Scarlet Gum #473750

Tints of Scarlet Gum #473750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 34.47%
G = 26.7%
B = 38.83%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473750 (or 0x473750) is known color: Scarlet Gum. HEX triplet: 47, 37 and 50. RGB value is (71,55,80). Sum of RGB (Red+Green+Blue) = 71+55+80=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #473750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473750 is #B8C8AF. Grayscale: #3E3E3E. Windows color (decimal): -12110000 or 5257031. OLE color: 5257031.

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

Color convert

RGB 71 55 80 -
CMYK 0.11 0.31 0 0.69
HSL 278.4º 0.19% 0.26% -
HSV(B) 278.4º 0.31% 0.31% -
XYZ 5.41 4.65 8.2 -
YUV 62.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 71 55 80 0.11 0.31 0 0.69 278.4 0.19 0.26
Hex 47 37 50 B 1F 0 45 116 13 1A
Octal 107 67 120 13 37 0 105 426 23 32
Binary 1000111 110111 1010000 1011 11111 0 1000101 100010110 10011 11010

Color Harmonies of #473750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473750

Black with #473750

Text Example


Text Example

White with #473750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473750; }

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

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

background-color css

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

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

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

border-color css

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

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

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