#701631

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

Shades of Claret #701631

Tints of Claret #701631

Color information

#701631 (or 0x701631) is unknown color: approx Claret. HEX triplet: 70, 16 and 31. RGB value is (112,22,49). Sum of RGB (Red+Green+Blue) = 112+22+49=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701631 is #8FE9CE. Grayscale: #333333. Windows color (decimal): -9431503 or 3217008. OLE color: 3217008.

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

Color convert

RGB1122249-
CMYK00.800.560.56
HSL342º67.16%26.27%-
HSV(B)342º80.36%43.92%-
XYZ7.524.243.33-
YUV51.99126.32170.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=61.20%
G=12.02%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112224900.800.560.5634267.1626.27
Hex7016310503838156431a
Octal16026610120707052610332
Binary11100001011011000101010000111000111000101010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701631; }

 p { color: rgb(112,22,49); }

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

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

 a { background-color: rgb(112,22,49); }

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

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

 span { border-color: rgb(112,22,49); }

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