#701135

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

Shades of Claret #701135

Tints of Claret #701135

Color information

#701135 (or 0x701135) is unknown color: approx Claret. HEX triplet: 70, 11 and 35. RGB value is (112,17,53). Sum of RGB (Red+Green+Blue) = 112+17+53=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701135 is #8FEECA. Grayscale: #313131. Windows color (decimal): -9432779 or 3477872. OLE color: 3477872.

HSL color Cylindrical-coordinate representation of color #701135: hue angle of 337.26º 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 #701135 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1121753-
CMYK00.850.530.56
HSL337.26º73.64%25.29%-
HSV(B)337.26º84.82%43.92%-
XYZ7.534.13.76-
YUV49.51129.97172.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=61.54%
G=9.34%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112175300.850.530.56337.2673.6425.29
Hex70113505535381514a19
Octal16021650125657052111231
Binary11100001000111010101010101110101111000101010001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701135; }

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

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

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

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

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

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

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

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