Html Css Color HEX #73363E Merlot

📋 copy color: '#73363E'

red 115 ◦ green 54 ◦ blue 62

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

Shades of Merlot #73363E

Tints of Merlot #73363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 49.78%
G = 23.38%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73363E (or 0x73363E) is known color: Merlot. HEX triplet: 73, 36 and 3E. RGB value is (115,54,62). Sum of RGB (Red+Green+Blue) = 115+54+62=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73363E is #8CC9C1. Grayscale: #494949. Windows color (decimal): -9226690 or 4077171. OLE color: 4077171.

HSL color Cylindrical-coordinate representation of color #73363E: hue angle of 352.13º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73363E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 54 62 -
CMYK 0 0.53 0.46 0.55
HSL 352.13º 0.36% 0.33% -
HSV(B) 352.13º 0.53% 0.45% -
XYZ 9.26 6.63 5.35 -
YUV 73.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 115 54 62 0 0.53 0.46 0.55 352.13 0.36 0.33
Hex 73 36 3E 0 35 2E 37 160 24 21
Octal 163 66 76 0 65 56 67 540 44 41
Binary 1110011 110110 111110 0 110101 101110 110111 101100000 100100 100001

Color Harmonies of #73363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73363E

Black with #73363E

Text Example


Text Example

White with #73363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73363E; }

 p { color: rgb(115,54,62); }

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

background-color css

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

 a { background-color: rgb(115,54,62); }

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

border-color css

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

 span { border-color: rgb(115,54,62); }

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