Html Css Color HEX #73373A Merlot

📋 copy color: '#73373A'

red 115 ◦ green 55 ◦ blue 58

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

Shades of Merlot #73373A

Tints of Merlot #73373A

RGB

 RED value IS 115 (45.31% from 255) = 50.44%

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 50.44%
G = 24.12%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73373A (or 0x73373A) is known color: Merlot. HEX triplet: 73, 37 and 3A. RGB value is (115,55,58). Sum of RGB (Red+Green+Blue) = 115+55+58=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73373A is #8CC8C5. Grayscale: #494949. Windows color (decimal): -9226438 or 3815283. OLE color: 3815283.

HSL color Cylindrical-coordinate representation of color #73373A: hue angle of 357º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73373A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 55 58 -
CMYK 0 0.52 0.50 0.55
HSL 357º 0.35% 0.33% -
HSV(B) 357º 0.52% 0.45% -
XYZ 9.2 6.68 4.81 -
YUV 73.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 115 55 58 0 0.52 0.50 0.55 357 0.35 0.33
Hex 73 37 3A 0 34 32 37 165 23 21
Octal 163 67 72 0 64 62 67 545 43 41
Binary 1110011 110111 111010 0 110100 110010 110111 101100101 100011 100001

Color Harmonies of #73373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73373A

Black with #73373A

Text Example


Text Example

White with #73373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73373A; }

 p { color: rgb(115,55,58); }

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

background-color css

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

 a { background-color: rgb(115,55,58); }

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

border-color css

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

 span { border-color: rgb(115,55,58); }

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