Html Css Color HEX #73303F Merlot

📋 copy color: '#73303F'

red 115 ◦ green 48 ◦ blue 63

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

Shades of Merlot #73303F

Tints of Merlot #73303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.88%

R = 50.88%
G = 21.24%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73303F (or 0x73303F) is known color: Merlot. HEX triplet: 73, 30 and 3F. RGB value is (115,48,63). Sum of RGB (Red+Green+Blue) = 115+48+63=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73303F is #8CCFC0. Grayscale: #454545. Windows color (decimal): -9228225 or 4141171. OLE color: 4141171.

HSL color Cylindrical-coordinate representation of color #73303F: hue angle of 346.57º 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 #73303F is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 63 -
CMYK 0 0.58 0.45 0.55
HSL 346.57º 0.41% 0.32% -
HSV(B) 346.57º 0.58% 0.45% -
XYZ 9.02 6.12 5.41 -
YUV 69.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 115 48 63 0 0.58 0.45 0.55 346.57 0.41 0.32
Hex 73 30 3F 0 3A 2D 37 15B 29 20
Octal 163 60 77 0 72 55 67 533 51 40
Binary 1110011 110000 111111 0 111010 101101 110111 101011011 101001 100000

Color Harmonies of #73303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73303F

Black with #73303F

Text Example


Text Example

White with #73303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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