#701034

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

Shades of Claret #701034

Tints of Claret #701034

Color information

#701034 (or 0x701034) is unknown color: approx Claret. HEX triplet: 70, 10 and 34. RGB value is (112,16,52). Sum of RGB (Red+Green+Blue) = 112+16+52=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #701034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701034 is #8FEFCB. Grayscale: #303030. Windows color (decimal): -9433036 or 3412080. OLE color: 3412080.

HSL color Cylindrical-coordinate representation of color #701034: hue angle of 337.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701034 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1121652-
CMYK00.860.540.56
HSL337.5º75%25.1%-
HSV(B)337.5º85.71%43.92%-
XYZ7.494.063.64-
YUV48.81129.8173.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=62.22%
G=8.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112165200.860.540.56337.57525.1
Hex70103405636381524b19
Octal16020640126667052211331
Binary11100001000011010001010110110110111000101010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701034; }

 p { color: rgb(112,16,52); }

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

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

 a { background-color: rgb(112,16,52); }

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

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

 span { border-color: rgb(112,16,52); }

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