Html Css Color HEX #473251 Scarlet Gum

📋 copy color: '#473251'

red 71 ◦ green 50 ◦ blue 81

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

Shades of Scarlet Gum #473251

Tints of Scarlet Gum #473251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 35.15%
G = 24.75%
B = 40.1%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473251 (or 0x473251) is known color: Scarlet Gum. HEX triplet: 47, 32 and 51. RGB value is (71,50,81). Sum of RGB (Red+Green+Blue) = 71+50+81=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #473251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473251 is #B8CDAE. Grayscale: #3B3B3B. Windows color (decimal): -12111279 or 5321287. OLE color: 5321287.

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

Color convert

RGB 71 50 81 -
CMYK 0.12 0.38 0 0.68
HSL 280.65º 0.24% 0.26% -
HSV(B) 280.65º 0.38% 0.32% -
XYZ 5.22 4.21 8.32 -
YUV 59.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 71 50 81 0.12 0.38 0 0.68 280.65 0.24 0.26
Hex 47 32 51 C 26 0 44 119 18 1A
Octal 107 62 121 14 46 0 104 431 30 32
Binary 1000111 110010 1010001 1100 100110 0 1000100 100011001 11000 11010

Color Harmonies of #473251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473251

Black with #473251

Text Example


Text Example

White with #473251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473251; }

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

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

background-color css

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

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

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

border-color css

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

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

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