#701734

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

Shades of Claret #701734

Tints of Claret #701734

Color information

#701734 (or 0x701734) is unknown color: approx Claret. HEX triplet: 70, 17 and 34. RGB value is (112,23,52). Sum of RGB (Red+Green+Blue) = 112+23+52=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701734 is #8FE8CB. Grayscale: #343434. Windows color (decimal): -9431244 or 3413872. OLE color: 3413872.

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

Color convert

RGB1122352-
CMYK00.790.540.56
HSL340.45º65.93%26.47%-
HSV(B)340.45º79.46%43.92%-
XYZ7.614.313.68-
YUV52.92127.49170.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=59.89%
G=12.30%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112235200.790.540.56340.4565.9326.47
Hex70173404F3638154421a
Octal16027640117667052410232
Binary11100001011111010001001111110110111000101010100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701734; }

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

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

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

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

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

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

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

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