Html Css Color HEX #492548 Hot Purple

📋 copy color: '#492548'

red 73 ◦ green 37 ◦ blue 72

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

Shades of Hot Purple #492548

Tints of Hot Purple #492548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 40.11%
G = 20.33%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#492548 (or 0x492548) is known color: Hot Purple. HEX triplet: 49, 25 and 48. RGB value is (73,37,72). Sum of RGB (Red+Green+Blue) = 73+37+72=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492548 is #B6DAB7. Grayscale: #333333. Windows color (decimal): -11983544 or 4728137. OLE color: 4728137.

HSL color Cylindrical-coordinate representation of color #492548: hue angle of 301.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492548 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 72 -
CMYK 0 0.49 0.01 0.71
HSL 301.67º 0.33% 0.22% -
HSV(B) 301.67º 0.49% 0.29% -
XYZ 4.58 3.21 6.51 -
YUV 51.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 73 37 72 0 0.49 0.01 0.71 301.67 0.33 0.22
Hex 49 25 48 0 31 1 47 12E 21 16
Octal 111 45 110 0 61 1 107 456 41 26
Binary 1001001 100101 1001000 0 110001 1 1000111 100101110 100001 10110

Color Harmonies of #492548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492548

Black with #492548

Text Example


Text Example

White with #492548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492548; }

 p { color: rgb(73,37,72); }

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

background-color css

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

 a { background-color: rgb(73,37,72); }

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

border-color css

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

 span { border-color: rgb(73,37,72); }

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