#701536

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

Shades of Claret #701536

Tints of Claret #701536

Color information

#701536 (or 0x701536) is unknown color: approx Claret. HEX triplet: 70, 15 and 36. RGB value is (112,21,54). Sum of RGB (Red+Green+Blue) = 112+21+54=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #701536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701536 is #8FEAC9. Grayscale: #333333. Windows color (decimal): -9431754 or 3544432. OLE color: 3544432.

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

Color convert

RGB1122154-
CMYK00.810.520.56
HSL338.24º68.42%26.08%-
HSV(B)338.24º81.25%43.92%-
XYZ7.624.253.91-
YUV51.97129.15170.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=59.89%
G=11.23%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112215400.810.520.56338.2468.4226.08
Hex7015360513438152441a
Octal16025660121647052210432
Binary11100001010111011001010001110100111000101010010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701536; }

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

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

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

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

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

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

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

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