Html Css Color HEX #76303D Merlot

📋 copy color: '#76303D'

red 118 ◦ green 48 ◦ blue 61

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

Shades of Merlot #76303D

Tints of Merlot #76303D

RGB

 RED value IS 118 (46.48% from 255) = 51.98%

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

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

R = 51.98%
G = 21.15%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76303D (or 0x76303D) is known color: Merlot. HEX triplet: 76, 30 and 3D. RGB value is (118,48,61). Sum of RGB (Red+Green+Blue) = 118+48+61=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303D is #89CFC2. Grayscale: #464646. Windows color (decimal): -9031619 or 4010102. OLE color: 4010102.

HSL color Cylindrical-coordinate representation of color #76303D: hue angle of 348.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76303D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 61 -
CMYK 0 0.59 0.48 0.54
HSL 348.86º 0.42% 0.33% -
HSV(B) 348.86º 0.59% 0.46% -
XYZ 9.37 6.3 5.14 -
YUV 70.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 118 48 61 0 0.59 0.48 0.54 348.86 0.42 0.33
Hex 76 30 3D 0 3B 30 36 15D 2A 21
Octal 166 60 75 0 73 60 66 535 52 41
Binary 1110110 110000 111101 0 111011 110000 110110 101011101 101010 100001

Color Harmonies of #76303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76303D

Black with #76303D

Text Example


Text Example

White with #76303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,48,61); }

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

background-color css

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

 a { background-color: rgb(118,48,61); }

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

border-color css

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

 span { border-color: rgb(118,48,61); }

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