Html Css Color HEX #76363A Merlot

📋 copy color: '#76363A'

red 118 ◦ green 54 ◦ blue 58

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

Shades of Merlot #76363A

Tints of Merlot #76363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 51.3%
G = 23.48%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76363A (or 0x76363A) is known color: Merlot. HEX triplet: 76, 36 and 3A. RGB value is (118,54,58). Sum of RGB (Red+Green+Blue) = 118+54+58=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76363A is #89C9C5. Grayscale: #494949. Windows color (decimal): -9030086 or 3815030. OLE color: 3815030.

HSL color Cylindrical-coordinate representation of color #76363A: hue angle of 356.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76363A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 58 -
CMYK 0 0.54 0.51 0.54
HSL 356.25º 0.37% 0.34% -
HSV(B) 356.25º 0.54% 0.46% -
XYZ 9.55 6.8 4.81 -
YUV 73.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 118 54 58 0 0.54 0.51 0.54 356.25 0.37 0.34
Hex 76 36 3A 0 36 33 36 164 25 22
Octal 166 66 72 0 66 63 66 544 45 42
Binary 1110110 110110 111010 0 110110 110011 110110 101100100 100101 100010

Color Harmonies of #76363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76363A

Black with #76363A

Text Example


Text Example

White with #76363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76363A; }

 p { color: rgb(118,54,58); }

 H1.HeaderClassName
 {
   color: #76363A;
 }
 .AnyTagClassName
 {
   color: #76363A;
 }
</style>

background-color css

<style>
 a { background-color: #76363A; }

 a { background-color: rgb(118,54,58); }

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

border-color css

<style>
 span { border-color: #76363A; }

 span { border-color: rgb(118,54,58); }

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