Html Css Color HEX #702D35 Merlot

📋 copy color: '#702D35'

red 112 ◦ green 45 ◦ blue 53

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

Shades of Merlot #702D35

Tints of Merlot #702D35

RGB

 RED value IS 112 (44.14% from 255) = 53.33%

 GREEN value IS 45 (17.97% from 255) = 21.43%

 BLUE value IS 53 (21.09% from 255) = 25.24%

R = 53.33%
G = 21.43%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702D35 (or 0x702D35) is known color: Merlot. HEX triplet: 70, 2D and 35. RGB value is (112,45,53). Sum of RGB (Red+Green+Blue) = 112+45+53=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D35 is #8FD2CA. Grayscale: #414141. Windows color (decimal): -9425611 or 3485040. OLE color: 3485040.

HSL color Cylindrical-coordinate representation of color #702D35: hue angle of 352.84º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D35 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 53 -
CMYK 0 0.60 0.53 0.56
HSL 352.84º 0.43% 0.31% -
HSV(B) 352.84º 0.6% 0.44% -
XYZ 8.26 5.58 4.01 -
YUV 65.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 112 45 53 0 0.60 0.53 0.56 352.84 0.43 0.31
Hex 70 2D 35 0 3C 35 38 161 2B 1F
Octal 160 55 65 0 74 65 70 541 53 37
Binary 1110000 101101 110101 0 111100 110101 111000 101100001 101011 11111

Color Harmonies of #702D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D35

Black with #702D35

Text Example


Text Example

White with #702D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702D35; }

 p { color: rgb(112,45,53); }

 H1.HeaderClassName
 {
   color: #702D35;
 }
 .AnyTagClassName
 {
   color: #702D35;
 }
</style>

background-color css

<style>
 a { background-color: #702D35; }

 a { background-color: rgb(112,45,53); }

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

border-color css

<style>
 span { border-color: #702D35; }

 span { border-color: rgb(112,45,53); }

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