#701835

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

Shades of Claret #701835

Tints of Claret #701835

Color information

#701835 (or 0x701835) is unknown color: approx Claret. HEX triplet: 70, 18 and 35. RGB value is (112,24,53). Sum of RGB (Red+Green+Blue) = 112+24+53=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701835 is #8FE7CA. Grayscale: #353535. Windows color (decimal): -9430987 or 3479664. OLE color: 3479664.

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

Color convert

RGB1122453-
CMYK00.790.530.56
HSL340.23º64.71%26.67%-
HSV(B)340.23º78.57%43.92%-
XYZ7.654.363.81-
YUV53.62127.65169.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=59.26%
G=12.70%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112245300.790.530.56340.2364.7126.67
Hex70183504F3538154411b
Octal16030650117657052410133
Binary11100001100011010101001111110101111000101010100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701835; }

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

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

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

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

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

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

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

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