Html Css Color HEX #473650 Scarlet Gum

📋 copy color: '#473650'

red 71 ◦ green 54 ◦ blue 80

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

Shades of Scarlet Gum #473650

Tints of Scarlet Gum #473650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 34.63%
G = 26.34%
B = 39.02%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473650 (or 0x473650) is known color: Scarlet Gum. HEX triplet: 47, 36 and 50. RGB value is (71,54,80). Sum of RGB (Red+Green+Blue) = 71+54+80=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #473650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473650 is #B8C9AF. Grayscale: #3D3D3D. Windows color (decimal): -12110256 or 5256775. OLE color: 5256775.

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

Color convert

RGB 71 54 80 -
CMYK 0.11 0.33 0 0.69
HSL 279.23º 0.19% 0.26% -
HSV(B) 279.23º 0.33% 0.31% -
XYZ 5.37 4.56 8.19 -
YUV 62.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 71 54 80 0.11 0.33 0 0.69 279.23 0.19 0.26
Hex 47 36 50 B 21 0 45 117 13 1A
Octal 107 66 120 13 41 0 105 427 23 32
Binary 1000111 110110 1010000 1011 100001 0 1000101 100010111 10011 11010

Color Harmonies of #473650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473650

Black with #473650

Text Example


Text Example

White with #473650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473650; }

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

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

background-color css

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

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

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

border-color css

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

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

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