Html Css Color HEX #492757 Scarlet Gum

📋 copy color: '#492757'

red 73 ◦ green 39 ◦ blue 87

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

Shades of Scarlet Gum #492757

Tints of Scarlet Gum #492757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.6%

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

R = 36.68%
G = 19.6%
B = 43.72%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492757 (or 0x492757) is known color: Scarlet Gum. HEX triplet: 49, 27 and 57. RGB value is (73,39,87). Sum of RGB (Red+Green+Blue) = 73+39+87=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #492757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492757 is #B6D8A8. Grayscale: #363636. Windows color (decimal): -11983017 or 5711689. OLE color: 5711689.

HSL color Cylindrical-coordinate representation of color #492757: hue angle of 282.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492757 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 39 87 -
CMYK 0.16 0.55 0 0.66
HSL 282.5º 0.38% 0.25% -
HSV(B) 282.5º 0.55% 0.34% -
XYZ 5.19 3.56 9.43 -
YUV 54.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 73 39 87 0.16 0.55 0 0.66 282.5 0.38 0.25
Hex 49 27 57 10 37 0 42 11A 26 19
Octal 111 47 127 20 67 0 102 432 46 31
Binary 1001001 100111 1010111 10000 110111 0 1000010 100011010 100110 11001

Color Harmonies of #492757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492757

Black with #492757

Text Example


Text Example

White with #492757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492757; }

 p { color: rgb(73,39,87); }

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

background-color css

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

 a { background-color: rgb(73,39,87); }

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

border-color css

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

 span { border-color: rgb(73,39,87); }

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