#473251

Color #473251 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #473251

Tints of Scarlet Gum #473251

Color information

#473251 (or 0x473251) is unknown color: approx 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

RGB715081-
CMYK0.120.3800.68
HSL280.65º23.66%25.69%-
HSV(B)280.65º38.27%31.76%-
XYZ5.224.218.32-
YUV59.81139.96135.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=35.15%
G=24.75%
B=40.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7150810.120.3800.68280.6523.6625.69
Hex473251C26044119181a
Octal10762121144601044313032
Binary100011111001010100011100100110010001001000110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>