Html Css Color HEX #492753 Scarlet Gum

📋 copy color: '#492753'

red 73 ◦ green 39 ◦ blue 83

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

Shades of Scarlet Gum #492753

Tints of Scarlet Gum #492753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 37.44%
G = 20%
B = 42.56%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492753 (or 0x492753) is known color: Scarlet Gum. HEX triplet: 49, 27 and 53. RGB value is (73,39,83). Sum of RGB (Red+Green+Blue) = 73+39+83=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #492753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492753 is #B6D8AC. Grayscale: #363636. Windows color (decimal): -11983021 or 5449545. OLE color: 5449545.

HSL color Cylindrical-coordinate representation of color #492753: hue angle of 286.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492753 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 39 83 -
CMYK 0.12 0.53 0 0.67
HSL 286.36º 0.36% 0.24% -
HSV(B) 286.36º 0.53% 0.33% -
XYZ 5.03 3.49 8.59 -
YUV 54.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 73 39 83 0.12 0.53 0 0.67 286.36 0.36 0.24
Hex 49 27 53 C 35 0 43 11E 24 18
Octal 111 47 123 14 65 0 103 436 44 30
Binary 1001001 100111 1010011 1100 110101 0 1000011 100011110 100100 11000

Color Harmonies of #492753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492753

Black with #492753

Text Example


Text Example

White with #492753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492753; }

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

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

background-color css

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

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

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

border-color css

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

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

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