#701234

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

Shades of Claret #701234

Tints of Claret #701234

Color information

#701234 (or 0x701234) is unknown color: approx Claret. HEX triplet: 70, 12 and 34. RGB value is (112,18,52). Sum of RGB (Red+Green+Blue) = 112+18+52=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #701234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701234 is #8FEDCB. Grayscale: #313131. Windows color (decimal): -9432524 or 3412592. OLE color: 3412592.

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

Color convert

RGB1121852-
CMYK00.840.540.56
HSL338.3º72.31%25.49%-
HSV(B)338.3º83.93%43.92%-
XYZ7.524.133.65-
YUV49.98129.14172.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=61.54%
G=9.89%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112185200.840.540.56338.372.3125.49
Hex70123405436381524819
Octal16022640124667052211031
Binary11100001001011010001010100110110111000101010010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701234; }

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

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

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

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

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

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

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

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