Html Css Color HEX #473359 Scarlet Gum

📋 copy color: '#473359'

red 71 ◦ green 51 ◦ blue 89

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

Shades of Scarlet Gum #473359

Tints of Scarlet Gum #473359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 33.65%
G = 24.17%
B = 42.18%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473359 (or 0x473359) is known color: Scarlet Gum. HEX triplet: 47, 33 and 59. RGB value is (71,51,89). Sum of RGB (Red+Green+Blue) = 71+51+89=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #473359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473359 is #B8CCA6. Grayscale: #3D3D3D. Windows color (decimal): -12111015 or 5845831. OLE color: 5845831.

HSL color Cylindrical-coordinate representation of color #473359: hue angle of 271.58º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473359 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 51 89 -
CMYK 0.20 0.43 0 0.65
HSL 271.58º 0.27% 0.27% -
HSV(B) 271.58º 0.43% 0.35% -
XYZ 5.59 4.43 10.01 -
YUV 61.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 71 51 89 0.20 0.43 0 0.65 271.58 0.27 0.27
Hex 47 33 59 14 2B 0 41 110 1B 1B
Octal 107 63 131 24 53 0 101 420 33 33
Binary 1000111 110011 1011001 10100 101011 0 1000001 100010000 11011 11011

Color Harmonies of #473359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473359

Black with #473359

Text Example


Text Example

White with #473359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473359; }

 p { color: rgb(71,51,89); }

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

background-color css

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

 a { background-color: rgb(71,51,89); }

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

border-color css

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

 span { border-color: rgb(71,51,89); }

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