Html Css Color HEX #492F5F Scarlet Gum

📋 copy color: '#492F5F'

red 73 ◦ green 47 ◦ blue 95

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

Shades of Scarlet Gum #492F5F

Tints of Scarlet Gum #492F5F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 33.95%
G = 21.86%
B = 44.19%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#492F5F (or 0x492F5F) is known color: Scarlet Gum. HEX triplet: 49, 2F and 5F. RGB value is (73,47,95). Sum of RGB (Red+Green+Blue) = 73+47+95=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #492F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F5F is #B6D0A0. Grayscale: #3C3C3C. Windows color (decimal): -11980961 or 6238025. OLE color: 6238025.

HSL color Cylindrical-coordinate representation of color #492F5F: hue angle of 272.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492F5F is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 47 95 -
CMYK 0.23 0.51 0 0.63
HSL 272.5º 0.34% 0.28% -
HSV(B) 272.5º 0.51% 0.37% -
XYZ 5.83 4.28 11.34 -
YUV 60.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 73 47 95 0.23 0.51 0 0.63 272.5 0.34 0.28
Hex 49 2F 5F 17 33 0 3F 110 22 1C
Octal 111 57 137 27 63 0 77 420 42 34
Binary 1001001 101111 1011111 10111 110011 0 111111 100010000 100010 11100

Color Harmonies of #492F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F5F

Black with #492F5F

Text Example


Text Example

White with #492F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492F5F; }

 p { color: rgb(73,47,95); }

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

background-color css

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

 a { background-color: rgb(73,47,95); }

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

border-color css

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

 span { border-color: rgb(73,47,95); }

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