Html Css Color HEX #493152 Scarlet Gum

📋 copy color: '#493152'

red 73 ◦ green 49 ◦ blue 82

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

Shades of Scarlet Gum #493152

Tints of Scarlet Gum #493152

RGB

 RED value IS 73 (28.91% from 255) = 35.78%

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

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

R = 35.78%
G = 24.02%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493152 (or 0x493152) is known color: Scarlet Gum. HEX triplet: 49, 31 and 52. RGB value is (73,49,82). Sum of RGB (Red+Green+Blue) = 73+49+82=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #493152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493152 is #B6CEAD. Grayscale: #3B3B3B. Windows color (decimal): -11980462 or 5386569. OLE color: 5386569.

HSL color Cylindrical-coordinate representation of color #493152: hue angle of 283.64º 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 #493152 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 49 82 -
CMYK 0.11 0.40 0 0.68
HSL 283.64º 0.25% 0.26% -
HSV(B) 283.64º 0.4% 0.32% -
XYZ 5.37 4.22 8.51 -
YUV 59.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 73 49 82 0.11 0.40 0 0.68 283.64 0.25 0.26
Hex 49 31 52 B 28 0 44 11C 19 1A
Octal 111 61 122 13 50 0 104 434 31 32
Binary 1001001 110001 1010010 1011 101000 0 1000100 100011100 11001 11010

Color Harmonies of #493152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493152

Black with #493152

Text Example


Text Example

White with #493152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493152; }

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

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

background-color css

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

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

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

border-color css

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

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

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