Html Css Color HEX #492B52 Scarlet Gum

📋 copy color: '#492B52'

red 73 ◦ green 43 ◦ blue 82

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

Shades of Scarlet Gum #492B52

Tints of Scarlet Gum #492B52

RGB

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

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

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

R = 36.87%
G = 21.72%
B = 41.41%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#492B52 (or 0x492B52) is known color: Scarlet Gum. HEX triplet: 49, 2B and 52. RGB value is (73,43,82). Sum of RGB (Red+Green+Blue) = 73+43+82=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #492B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B52 is #B6D4AD. Grayscale: #383838. Windows color (decimal): -11981998 or 5385033. OLE color: 5385033.

HSL color Cylindrical-coordinate representation of color #492B52: hue angle of 286.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492B52 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 43 82 -
CMYK 0.11 0.48 0 0.68
HSL 286.15º 0.31% 0.25% -
HSV(B) 286.15º 0.48% 0.32% -
XYZ 5.13 3.75 8.44 -
YUV 56.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 73 43 82 0.11 0.48 0 0.68 286.15 0.31 0.25
Hex 49 2B 52 B 30 0 44 11E 1F 19
Octal 111 53 122 13 60 0 104 436 37 31
Binary 1001001 101011 1010010 1011 110000 0 1000100 100011110 11111 11001

Color Harmonies of #492B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B52

Black with #492B52

Text Example


Text Example

White with #492B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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