Html Css Color HEX #473351 Scarlet Gum

📋 copy color: '#473351'

red 71 ◦ green 51 ◦ blue 81

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

Shades of Scarlet Gum #473351

Tints of Scarlet Gum #473351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 34.98%
G = 25.12%
B = 39.9%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473351 (or 0x473351) is known color: Scarlet Gum. HEX triplet: 47, 33 and 51. RGB value is (71,51,81). Sum of RGB (Red+Green+Blue) = 71+51+81=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #473351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473351 is #B8CCAE. Grayscale: #3C3C3C. Windows color (decimal): -12111023 or 5321543. OLE color: 5321543.

HSL color Cylindrical-coordinate representation of color #473351: hue angle of 280º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473351 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 51 81 -
CMYK 0.12 0.37 0 0.68
HSL 280º 0.23% 0.26% -
HSV(B) 280º 0.37% 0.32% -
XYZ 5.27 4.3 8.34 -
YUV 60.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 71 51 81 0.12 0.37 0 0.68 280 0.23 0.26
Hex 47 33 51 C 25 0 44 118 17 1A
Octal 107 63 121 14 45 0 104 430 27 32
Binary 1000111 110011 1010001 1100 100101 0 1000100 100011000 10111 11010

Color Harmonies of #473351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473351

Black with #473351

Text Example


Text Example

White with #473351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473351; }

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

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

background-color css

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

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

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

border-color css

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

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

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