Html Css Color HEX #473152 Scarlet Gum

📋 copy color: '#473152'

red 71 ◦ green 49 ◦ blue 82

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

Shades of Scarlet Gum #473152

Tints of Scarlet Gum #473152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 35.15%
G = 24.26%
B = 40.59%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473152 (or 0x473152) is known color: Scarlet Gum. HEX triplet: 47, 31 and 52. RGB value is (71,49,82). Sum of RGB (Red+Green+Blue) = 71+49+82=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #473152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473152 is #B8CEAD. Grayscale: #3B3B3B. Windows color (decimal): -12111534 or 5386567. OLE color: 5386567.

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

Color convert

RGB 71 49 82 -
CMYK 0.13 0.40 0 0.68
HSL 280º 0.25% 0.26% -
HSV(B) 280º 0.4% 0.32% -
XYZ 5.22 4.15 8.51 -
YUV 59.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 71 49 82 0.13 0.40 0 0.68 280 0.25 0.26
Hex 47 31 52 D 28 0 44 118 19 1A
Octal 107 61 122 15 50 0 104 430 31 32
Binary 1000111 110001 1010010 1101 101000 0 1000100 100011000 11001 11010

Color Harmonies of #473152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473152

Black with #473152

Text Example


Text Example

White with #473152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473152; }

 p { color: rgb(71,49,82); }

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

background-color css

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

 a { background-color: rgb(71,49,82); }

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

border-color css

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

 span { border-color: rgb(71,49,82); }

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