Html Css Color HEX #7D363C Merlot

📋 copy color: '#7D363C'

red 125 ◦ green 54 ◦ blue 60

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

Shades of Merlot #7D363C

Tints of Merlot #7D363C

RGB

 RED value IS 125 (49.22% from 255) = 52.3%

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

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

R = 52.3%
G = 22.59%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D363C (or 0x7D363C) is known color: Merlot. HEX triplet: 7D, 36 and 3C. RGB value is (125,54,60). Sum of RGB (Red+Green+Blue) = 125+54+60=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D363C is #82C9C3. Grayscale: #4B4B4B. Windows color (decimal): -8571332 or 3946109. OLE color: 3946109.

HSL color Cylindrical-coordinate representation of color #7D363C: hue angle of 354.93º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D363C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 54 60 -
CMYK 0 0.57 0.52 0.51
HSL 354.93º 0.4% 0.35% -
HSV(B) 354.93º 0.57% 0.49% -
XYZ 10.59 7.32 5.13 -
YUV 75.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 125 54 60 0 0.57 0.52 0.51 354.93 0.4 0.35
Hex 7D 36 3C 0 39 34 33 163 28 23
Octal 175 66 74 0 71 64 63 543 50 43
Binary 1111101 110110 111100 0 111001 110100 110011 101100011 101000 100011

Color Harmonies of #7D363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D363C

Black with #7D363C

Text Example


Text Example

White with #7D363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D363C; }

 p { color: rgb(125,54,60); }

 H1.HeaderClassName
 {
   color: #7D363C;
 }
 .AnyTagClassName
 {
   color: #7D363C;
 }
</style>

background-color css

<style>
 a { background-color: #7D363C; }

 a { background-color: rgb(125,54,60); }

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

border-color css

<style>
 span { border-color: #7D363C; }

 span { border-color: rgb(125,54,60); }

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