Html Css Color HEX #493252 Scarlet Gum

📋 copy color: '#493252'

red 73 ◦ green 50 ◦ blue 82

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

Shades of Scarlet Gum #493252

Tints of Scarlet Gum #493252

RGB

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

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

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

R = 35.61%
G = 24.39%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493252 (or 0x493252) is known color: Scarlet Gum. HEX triplet: 49, 32 and 52. RGB value is (73,50,82). Sum of RGB (Red+Green+Blue) = 73+50+82=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #493252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493252 is #B6CDAD. Grayscale: #3C3C3C. Windows color (decimal): -11980206 or 5386825. OLE color: 5386825.

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

Color convert

RGB 73 50 82 -
CMYK 0.11 0.39 0 0.68
HSL 283.13º 0.24% 0.26% -
HSV(B) 283.13º 0.39% 0.32% -
XYZ 5.41 4.31 8.53 -
YUV 60.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 73 50 82 0.11 0.39 0 0.68 283.13 0.24 0.26
Hex 49 32 52 B 27 0 44 11B 18 1A
Octal 111 62 122 13 47 0 104 433 30 32
Binary 1001001 110010 1010010 1011 100111 0 1000100 100011011 11000 11010

Color Harmonies of #493252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493252

Black with #493252

Text Example


Text Example

White with #493252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493252; }

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

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

background-color css

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

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

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

border-color css

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

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

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