#701533

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

Shades of Claret #701533

Tints of Claret #701533

Color information

#701533 (or 0x701533) is unknown color: approx Claret. HEX triplet: 70, 15 and 33. RGB value is (112,21,51). Sum of RGB (Red+Green+Blue) = 112+21+51=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701533 is #8FEACC. Grayscale: #333333. Windows color (decimal): -9431757 or 3347824. OLE color: 3347824.

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

Color convert

RGB1122151-
CMYK00.810.540.56
HSL340.22º68.42%26.08%-
HSV(B)340.22º81.25%43.92%-
XYZ7.554.223.55-
YUV51.63127.65171.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=60.87%
G=11.41%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112215100.810.540.56340.2268.4226.08
Hex7015330513638154441a
Octal16025630121667052410432
Binary11100001010111001101010001110110111000101010100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701533; }

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

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

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

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

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

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

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

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