Html Css Color HEX #492952 Scarlet Gum

📋 copy color: '#492952'

red 73 ◦ green 41 ◦ blue 82

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

Shades of Scarlet Gum #492952

Tints of Scarlet Gum #492952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 37.24%
G = 20.92%
B = 41.84%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#492952 (or 0x492952) is known color: Scarlet Gum. HEX triplet: 49, 29 and 52. RGB value is (73,41,82). Sum of RGB (Red+Green+Blue) = 73+41+82=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #492952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492952 is #B6D6AD. Grayscale: #373737. Windows color (decimal): -11982510 or 5384521. OLE color: 5384521.

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

Color convert

RGB 73 41 82 -
CMYK 0.11 0.50 0 0.68
HSL 286.83º 0.33% 0.24% -
HSV(B) 286.83º 0.5% 0.32% -
XYZ 5.06 3.61 8.41 -
YUV 55.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 73 41 82 0.11 0.50 0 0.68 286.83 0.33 0.24
Hex 49 29 52 B 32 0 44 11F 21 18
Octal 111 51 122 13 62 0 104 437 41 30
Binary 1001001 101001 1010010 1011 110010 0 1000100 100011111 100001 11000

Color Harmonies of #492952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492952

Black with #492952

Text Example


Text Example

White with #492952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492952; }

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

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

background-color css

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

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

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

border-color css

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

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

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