#701A34

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

Shades of Claret #701A34

Tints of Claret #701A34

Color information

#701A34 (or 0x701A34) is unknown color: approx Claret. HEX triplet: 70, 1A and 34. RGB value is (112,26,52). Sum of RGB (Red+Green+Blue) = 112+26+52=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A34 is #8FE5CB. Grayscale: #363636. Windows color (decimal): -9430476 or 3414640. OLE color: 3414640.

HSL color Cylindrical-coordinate representation of color #701A34: hue angle of 341.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A34 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1122652-
CMYK00.770.540.56
HSL341.86º62.32%27.06%-
HSV(B)341.86º76.79%43.92%-
XYZ7.674.433.7-
YUV54.68126.49168.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=58.95%
G=13.68%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112265200.770.540.56341.8662.3227.06
Hex701A3404D36381563e1b
Octal1603264011566705267633
Binary1110000110101101000100110111011011100010101011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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