#701A38

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

Shades of Claret #701A38

Tints of Claret #701A38

Color information

#701A38 (or 0x701A38) is unknown color: approx Claret. HEX triplet: 70, 1A and 38. RGB value is (112,26,56). Sum of RGB (Red+Green+Blue) = 112+26+56=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #701A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A38 is #8FE5C7. Grayscale: #373737. Windows color (decimal): -9430472 or 3676784. OLE color: 3676784.

HSL color Cylindrical-coordinate representation of color #701A38: hue angle of 339.07º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A38 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1122656-
CMYK00.770.500.56
HSL339.07º62.32%27.06%-
HSV(B)339.07º76.79%43.92%-
XYZ7.774.474.19-
YUV55.13128.49168.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=57.73%
G=13.40%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112265600.770.500.56339.0762.3227.06
Hex701A3804D32381533e1b
Octal1603270011562705237633
Binary1110000110101110000100110111001011100010101001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701A38; }

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

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

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

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

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

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

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

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