Html Css Color HEX #73333C Merlot

📋 copy color: '#73333C'

red 115 ◦ green 51 ◦ blue 60

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

Shades of Merlot #73333C

Tints of Merlot #73333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 50.88%
G = 22.57%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73333C (or 0x73333C) is known color: Merlot. HEX triplet: 73, 33 and 3C. RGB value is (115,51,60). Sum of RGB (Red+Green+Blue) = 115+51+60=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333C is #8CCCC3. Grayscale: #474747. Windows color (decimal): -9227460 or 3945331. OLE color: 3945331.

HSL color Cylindrical-coordinate representation of color #73333C: hue angle of 351.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73333C is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 51 60 -
CMYK 0 0.56 0.48 0.55
HSL 351.56º 0.39% 0.33% -
HSV(B) 351.56º 0.56% 0.45% -
XYZ 9.07 6.34 5.02 -
YUV 71.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 115 51 60 0 0.56 0.48 0.55 351.56 0.39 0.33
Hex 73 33 3C 0 38 30 37 160 27 21
Octal 163 63 74 0 70 60 67 540 47 41
Binary 1110011 110011 111100 0 111000 110000 110111 101100000 100111 100001

Color Harmonies of #73333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73333C

Black with #73333C

Text Example


Text Example

White with #73333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73333C; }

 p { color: rgb(115,51,60); }

 H1.HeaderClassName
 {
   color: #73333C;
 }
 .AnyTagClassName
 {
   color: #73333C;
 }
</style>

background-color css

<style>
 a { background-color: #73333C; }

 a { background-color: rgb(115,51,60); }

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

border-color css

<style>
 span { border-color: #73333C; }

 span { border-color: rgb(115,51,60); }

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