Html Css Color HEX #492163 Scarlet Gum

📋 copy color: '#492163'

red 73 ◦ green 33 ◦ blue 99

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

Shades of Scarlet Gum #492163

Tints of Scarlet Gum #492163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 35.61%
G = 16.1%
B = 48.29%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492163 (or 0x492163) is known color: Scarlet Gum. HEX triplet: 49, 21 and 63. RGB value is (73,33,99). Sum of RGB (Red+Green+Blue) = 73+33+99=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #492163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492163 is #B6DE9C. Grayscale: #343434. Windows color (decimal): -11984541 or 6496585. OLE color: 6496585.

HSL color Cylindrical-coordinate representation of color #492163: hue angle of 276.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492163 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 33 99 -
CMYK 0.26 0.67 0 0.61
HSL 276.36º 0.5% 0.26% -
HSV(B) 276.36º 0.67% 0.39% -
XYZ 5.54 3.41 12.17 -
YUV 52.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 73 33 99 0.26 0.67 0 0.61 276.36 0.5 0.26
Hex 49 21 63 1A 43 0 3D 114 32 1A
Octal 111 41 143 32 103 0 75 424 62 32
Binary 1001001 100001 1100011 11010 1000011 0 111101 100010100 110010 11010

Color Harmonies of #492163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492163

Black with #492163

Text Example


Text Example

White with #492163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492163; }

 p { color: rgb(73,33,99); }

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

background-color css

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

 a { background-color: rgb(73,33,99); }

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

border-color css

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

 span { border-color: rgb(73,33,99); }

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