Html Css Color HEX #73333D Merlot

📋 copy color: '#73333D'

red 115 ◦ green 51 ◦ blue 61

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

Shades of Merlot #73333D

Tints of Merlot #73333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.87%

R = 50.66%
G = 22.47%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73333D (or 0x73333D) is known color: Merlot. HEX triplet: 73, 33 and 3D. RGB value is (115,51,61). Sum of RGB (Red+Green+Blue) = 115+51+61=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333D is #8CCCC2. Grayscale: #474747. Windows color (decimal): -9227459 or 4010867. OLE color: 4010867.

HSL color Cylindrical-coordinate representation of color #73333D: hue angle of 350.62º 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 #73333D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 51 61 -
CMYK 0 0.56 0.47 0.55
HSL 350.63º 0.39% 0.33% -
HSV(B) 350.63º 0.56% 0.45% -
XYZ 9.1 6.35 5.16 -
YUV 71.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 115 51 61 0 0.56 0.47 0.55 350.63 0.39 0.33
Hex 73 33 3D 0 38 2F 37 15F 27 21
Octal 163 63 75 0 70 57 67 537 47 41
Binary 1110011 110011 111101 0 111000 101111 110111 101011111 100111 100001

Color Harmonies of #73333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73333D

Black with #73333D

Text Example


Text Example

White with #73333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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