Html Css Color HEX #73343A Merlot

📋 copy color: '#73343A'

red 115 ◦ green 52 ◦ blue 58

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

Shades of Merlot #73343A

Tints of Merlot #73343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 51.11%
G = 23.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73343A (or 0x73343A) is known color: Merlot. HEX triplet: 73, 34 and 3A. RGB value is (115,52,58). Sum of RGB (Red+Green+Blue) = 115+52+58=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73343A is #8CCBC5. Grayscale: #474747. Windows color (decimal): -9227206 or 3814515. OLE color: 3814515.

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

Color convert

RGB 115 52 58 -
CMYK 0 0.55 0.50 0.55
HSL 354.29º 0.38% 0.33% -
HSV(B) 354.29º 0.55% 0.45% -
XYZ 9.06 6.41 4.76 -
YUV 71.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 115 52 58 0 0.55 0.50 0.55 354.29 0.38 0.33
Hex 73 34 3A 0 37 32 37 162 26 21
Octal 163 64 72 0 67 62 67 542 46 41
Binary 1110011 110100 111010 0 110111 110010 110111 101100010 100110 100001

Color Harmonies of #73343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73343A

Black with #73343A

Text Example


Text Example

White with #73343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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