Html Css Color HEX #492B54 Scarlet Gum

📋 copy color: '#492B54'

red 73 ◦ green 43 ◦ blue 84

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

Shades of Scarlet Gum #492B54

Tints of Scarlet Gum #492B54

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

 BLUE value IS 84 (33.2% from 255) = 42%

R = 36.5%
G = 21.5%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492B54 (or 0x492B54) is known color: Scarlet Gum. HEX triplet: 49, 2B and 54. RGB value is (73,43,84). Sum of RGB (Red+Green+Blue) = 73+43+84=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #492B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B54 is #B6D4AB. Grayscale: #383838. Windows color (decimal): -11981996 or 5516105. OLE color: 5516105.

HSL color Cylindrical-coordinate representation of color #492B54: hue angle of 283.9º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492B54 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 43 84 -
CMYK 0.13 0.49 0 0.67
HSL 283.9º 0.32% 0.25% -
HSV(B) 283.9º 0.49% 0.33% -
XYZ 5.21 3.78 8.84 -
YUV 56.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 73 43 84 0.13 0.49 0 0.67 283.9 0.32 0.25
Hex 49 2B 54 D 31 0 43 11C 20 19
Octal 111 53 124 15 61 0 103 434 40 31
Binary 1001001 101011 1010100 1101 110001 0 1000011 100011100 100000 11001

Color Harmonies of #492B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B54

Black with #492B54

Text Example


Text Example

White with #492B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,84); }

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

background-color css

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

 a { background-color: rgb(73,43,84); }

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

border-color css

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

 span { border-color: rgb(73,43,84); }

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