Html Css Color HEX #73303E Merlot

📋 copy color: '#73303E'

red 115 ◦ green 48 ◦ blue 62

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

Shades of Merlot #73303E

Tints of Merlot #73303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 51.11%
G = 21.33%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73303E (or 0x73303E) is known color: Merlot. HEX triplet: 73, 30 and 3E. RGB value is (115,48,62). Sum of RGB (Red+Green+Blue) = 115+48+62=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73303E is #8CCFC1. Grayscale: #454545. Windows color (decimal): -9228226 or 4075635. OLE color: 4075635.

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

Color convert

RGB 115 48 62 -
CMYK 0 0.58 0.46 0.55
HSL 347.46º 0.41% 0.32% -
HSV(B) 347.46º 0.58% 0.45% -
XYZ 9 6.11 5.26 -
YUV 69.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 115 48 62 0 0.58 0.46 0.55 347.46 0.41 0.32
Hex 73 30 3E 0 3A 2E 37 15B 29 20
Octal 163 60 76 0 72 56 67 533 51 40
Binary 1110011 110000 111110 0 111010 101110 110111 101011011 101001 100000

Color Harmonies of #73303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73303E

Black with #73303E

Text Example


Text Example

White with #73303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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