#701134

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

Shades of Claret #701134

Tints of Claret #701134

Color information

#701134 (or 0x701134) is unknown color: approx Claret. HEX triplet: 70, 11 and 34. RGB value is (112,17,52). Sum of RGB (Red+Green+Blue) = 112+17+52=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #701134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701134 is #8FEECB. Grayscale: #313131. Windows color (decimal): -9432780 or 3412336. OLE color: 3412336.

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

Color convert

RGB1121752-
CMYK00.850.540.56
HSL337.89º73.64%25.29%-
HSV(B)337.89º84.82%43.92%-
XYZ7.54.093.64-
YUV49.4129.47172.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=61.88%
G=9.39%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112175200.850.540.56337.8973.6425.29
Hex70113405536381524a19
Octal16021640125667052211231
Binary11100001000111010001010101110110111000101010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701134; }

 p { color: rgb(112,17,52); }

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

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

 a { background-color: rgb(112,17,52); }

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

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

 span { border-color: rgb(112,17,52); }

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