#701633

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

Shades of Claret #701633

Tints of Claret #701633

Color information

#701633 (or 0x701633) is unknown color: approx Claret. HEX triplet: 70, 16 and 33. RGB value is (112,22,51). Sum of RGB (Red+Green+Blue) = 112+22+51=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701633 is #8FE9CC. Grayscale: #343434. Windows color (decimal): -9431501 or 3348080. OLE color: 3348080.

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

Color convert

RGB1122251-
CMYK00.800.540.56
HSL340.67º67.16%26.27%-
HSV(B)340.67º80.36%43.92%-
XYZ7.574.263.55-
YUV52.22127.32170.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=60.54%
G=11.89%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112225100.800.540.56340.6767.1626.27
Hex7016330503638155431a
Octal16026630120667052510332
Binary11100001011011001101010000110110111000101010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701633; }

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

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

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

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

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

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

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

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