Html Css Color HEX #492655 Scarlet Gum

📋 copy color: '#492655'

red 73 ◦ green 38 ◦ blue 85

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

Shades of Scarlet Gum #492655

Tints of Scarlet Gum #492655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.39%

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 37.24%
G = 19.39%
B = 43.37%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492655 (or 0x492655) is known color: Scarlet Gum. HEX triplet: 49, 26 and 55. RGB value is (73,38,85). Sum of RGB (Red+Green+Blue) = 73+38+85=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #492655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492655 is #B6D9AA. Grayscale: #353535. Windows color (decimal): -11983275 or 5580361. OLE color: 5580361.

HSL color Cylindrical-coordinate representation of color #492655: hue angle of 284.68º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492655 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 38 85 -
CMYK 0.14 0.55 0 0.67
HSL 284.68º 0.38% 0.24% -
HSV(B) 284.68º 0.55% 0.33% -
XYZ 5.08 3.46 8.99 -
YUV 53.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 73 38 85 0.14 0.55 0 0.67 284.68 0.38 0.24
Hex 49 26 55 E 37 0 43 11D 26 18
Octal 111 46 125 16 67 0 103 435 46 30
Binary 1001001 100110 1010101 1110 110111 0 1000011 100011101 100110 11000

Color Harmonies of #492655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492655

Black with #492655

Text Example


Text Example

White with #492655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492655; }

 p { color: rgb(73,38,85); }

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

background-color css

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

 a { background-color: rgb(73,38,85); }

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

border-color css

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

 span { border-color: rgb(73,38,85); }

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