#701D2E

Color #701D2E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #701D2E

Tints of Claret #701D2E

Color information

#701D2E (or 0x701D2E) is unknown color: approx Claret. HEX triplet: 70, 1D and 2E. RGB value is (112,29,46). Sum of RGB (Red+Green+Blue) = 112+29+46=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D2E is #8FE2D1. Grayscale: #373737. Windows color (decimal): -9429714 or 3022192. OLE color: 3022192.

HSL color Cylindrical-coordinate representation of color #701D2E: hue angle of 347.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D2E is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1122946-
CMYK00.740.590.56
HSL347.71º58.87%27.65%-
HSV(B)347.71º74.11%43.92%-
XYZ7.614.523.06-
YUV55.76122.5168.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=59.89%
G=15.51%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112294600.740.590.56347.7158.8727.65
Hex701D2E04A3B3815c3b1c
Octal1603556011273705347334
Binary1110000111011011100100101011101111100010101110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701D2E; }

 p { color: rgb(112,29,46); }

 H1.HeaderClassName
 {
   color: #701D2E;
 }
 .AnyTagClassName
 {
   color: #701D2E;
 }
</style>
background-color css

<style>
 a { background-color: #701D2E; }

 a { background-color: rgb(112,29,46); }

 div.DivClassName
 {
   background-color: #701D2E;
 }
 .BgClassName
 {
   background-color: #701D2E;
 }
</style>
border-color css

<style>
 span { border-color: #701D2E; }

 span { border-color: rgb(112,29,46); }

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