#701534

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

Shades of Claret #701534

Tints of Claret #701534

Color information

#701534 (or 0x701534) is unknown color: approx Claret. HEX triplet: 70, 15 and 34. RGB value is (112,21,52). Sum of RGB (Red+Green+Blue) = 112+21+52=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701534 is #8FEACB. Grayscale: #333333. Windows color (decimal): -9431756 or 3413360. OLE color: 3413360.

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

Color convert

RGB1122152-
CMYK00.810.540.56
HSL339.56º68.42%26.08%-
HSV(B)339.56º81.25%43.92%-
XYZ7.574.233.67-
YUV51.74128.15170.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=60.54%
G=11.35%
B=28.11%

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
Decimal112215200.810.540.56339.5668.4226.08
Hex7015340513638154441a
Octal16025640121667052410432
Binary11100001010111010001010001110110111000101010100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701534; }

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

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

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

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

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

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

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

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