#701638

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

Shades of Claret #701638

Tints of Claret #701638

Color information

#701638 (or 0x701638) is unknown color: approx Claret. HEX triplet: 70, 16 and 38. RGB value is (112,22,56). Sum of RGB (Red+Green+Blue) = 112+22+56=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701638 is #8FE9C7. Grayscale: #343434. Windows color (decimal): -9431496 or 3675760. OLE color: 3675760.

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

Color convert

RGB1122256-
CMYK00.800.500.56
HSL337.33º67.16%26.27%-
HSV(B)337.33º80.36%43.92%-
XYZ7.684.34.17-
YUV52.79129.82170.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=58.95%
G=11.58%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112225600.800.500.56337.3367.1626.27
Hex7016380503238151431a
Octal16026700120627052110332
Binary11100001011011100001010000110010111000101010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701638; }

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

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

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

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

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

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

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

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