Html Css Color HEX #493353 Scarlet Gum

📋 copy color: '#493353'

red 73 ◦ green 51 ◦ blue 83

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

Shades of Scarlet Gum #493353

Tints of Scarlet Gum #493353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 83 (32.81% from 255) = 40.1%

R = 35.27%
G = 24.64%
B = 40.1%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493353 (or 0x493353) is known color: Scarlet Gum. HEX triplet: 49, 33 and 53. RGB value is (73,51,83). Sum of RGB (Red+Green+Blue) = 73+51+83=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #493353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493353 is #B6CCAC. Grayscale: #3D3D3D. Windows color (decimal): -11979949 or 5452617. OLE color: 5452617.

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

Color convert

RGB 73 51 83 -
CMYK 0.12 0.39 0 0.67
HSL 281.25º 0.24% 0.26% -
HSV(B) 281.25º 0.39% 0.33% -
XYZ 5.49 4.41 8.75 -
YUV 61.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 73 51 83 0.12 0.39 0 0.67 281.25 0.24 0.26
Hex 49 33 53 C 27 0 43 119 18 1A
Octal 111 63 123 14 47 0 103 431 30 32
Binary 1001001 110011 1010011 1100 100111 0 1000011 100011001 11000 11010

Color Harmonies of #493353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493353

Black with #493353

Text Example


Text Example

White with #493353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493353; }

 p { color: rgb(73,51,83); }

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

background-color css

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

 a { background-color: rgb(73,51,83); }

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

border-color css

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

 span { border-color: rgb(73,51,83); }

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