Html Css Color HEX #74363B Merlot

📋 copy color: '#74363B'

red 116 ◦ green 54 ◦ blue 59

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

Shades of Merlot #74363B

Tints of Merlot #74363B

RGB

 RED value IS 116 (45.7% from 255) = 50.66%

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

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 50.66%
G = 23.58%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74363B (or 0x74363B) is known color: Merlot. HEX triplet: 74, 36 and 3B. RGB value is (116,54,59). Sum of RGB (Red+Green+Blue) = 116+54+59=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74363B is #8BC9C4. Grayscale: #494949. Windows color (decimal): -9161157 or 3880564. OLE color: 3880564.

HSL color Cylindrical-coordinate representation of color #74363B: hue angle of 355.16º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74363B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 59 -
CMYK 0 0.53 0.49 0.55
HSL 355.16º 0.36% 0.33% -
HSV(B) 355.16º 0.53% 0.45% -
XYZ 9.31 6.67 4.93 -
YUV 73.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 116 54 59 0 0.53 0.49 0.55 355.16 0.36 0.33
Hex 74 36 3B 0 35 31 37 163 24 21
Octal 164 66 73 0 65 61 67 543 44 41
Binary 1110100 110110 111011 0 110101 110001 110111 101100011 100100 100001

Color Harmonies of #74363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74363B

Black with #74363B

Text Example


Text Example

White with #74363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74363B; }

 p { color: rgb(116,54,59); }

 H1.HeaderClassName
 {
   color: #74363B;
 }
 .AnyTagClassName
 {
   color: #74363B;
 }
</style>

background-color css

<style>
 a { background-color: #74363B; }

 a { background-color: rgb(116,54,59); }

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

border-color css

<style>
 span { border-color: #74363B; }

 span { border-color: rgb(116,54,59); }

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