Html Css Color HEX #473257 Scarlet Gum

📋 copy color: '#473257'

red 71 ◦ green 50 ◦ blue 87

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

Shades of Scarlet Gum #473257

Tints of Scarlet Gum #473257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 34.13%
G = 24.04%
B = 41.83%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473257 (or 0x473257) is known color: Scarlet Gum. HEX triplet: 47, 32 and 57. RGB value is (71,50,87). Sum of RGB (Red+Green+Blue) = 71+50+87=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #473257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473257 is #B8CDA8. Grayscale: #3C3C3C. Windows color (decimal): -12111273 or 5714503. OLE color: 5714503.

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

Color convert

RGB 71 50 87 -
CMYK 0.18 0.43 0 0.66
HSL 274.05º 0.27% 0.27% -
HSV(B) 274.05º 0.43% 0.34% -
XYZ 5.46 4.31 9.56 -
YUV 60.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 71 50 87 0.18 0.43 0 0.66 274.05 0.27 0.27
Hex 47 32 57 12 2B 0 42 112 1B 1B
Octal 107 62 127 22 53 0 102 422 33 33
Binary 1000111 110010 1010111 10010 101011 0 1000010 100010010 11011 11011

Color Harmonies of #473257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473257

Black with #473257

Text Example


Text Example

White with #473257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473257; }

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

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

background-color css

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

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

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

border-color css

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

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

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