Html Css Color HEX #70383C Merlot

📋 copy color: '#70383C'

red 112 ◦ green 56 ◦ blue 60

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

Shades of Merlot #70383C

Tints of Merlot #70383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

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

R = 49.12%
G = 24.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70383C (or 0x70383C) is known color: Merlot. HEX triplet: 70, 38 and 3C. RGB value is (112,56,60). Sum of RGB (Red+Green+Blue) = 112+56+60=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383C is #8FC7C3. Grayscale: #494949. Windows color (decimal): -9422788 or 3946608. OLE color: 3946608.

HSL color Cylindrical-coordinate representation of color #70383C: hue angle of 355.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70383C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 60 -
CMYK 0 0.50 0.46 0.56
HSL 355.71º 0.33% 0.33% -
HSV(B) 355.71º 0.5% 0.44% -
XYZ 8.91 6.6 5.08 -
YUV 73.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 112 56 60 0 0.50 0.46 0.56 355.71 0.33 0.33
Hex 70 38 3C 0 32 2E 38 164 21 21
Octal 160 70 74 0 62 56 70 544 41 41
Binary 1110000 111000 111100 0 110010 101110 111000 101100100 100001 100001

Color Harmonies of #70383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70383C

Black with #70383C

Text Example


Text Example

White with #70383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70383C; }

 p { color: rgb(112,56,60); }

 H1.HeaderClassName
 {
   color: #70383C;
 }
 .AnyTagClassName
 {
   color: #70383C;
 }
</style>

background-color css

<style>
 a { background-color: #70383C; }

 a { background-color: rgb(112,56,60); }

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

border-color css

<style>
 span { border-color: #70383C; }

 span { border-color: rgb(112,56,60); }

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