#701435

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

Shades of Claret #701435

Tints of Claret #701435

Color information

#701435 (or 0x701435) is unknown color: approx Claret. HEX triplet: 70, 14 and 35. RGB value is (112,20,53). Sum of RGB (Red+Green+Blue) = 112+20+53=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701435 is #8FEBCA. Grayscale: #333333. Windows color (decimal): -9432011 or 3478640. OLE color: 3478640.

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

Color convert

RGB1122053-
CMYK00.820.530.56
HSL338.48º69.7%25.88%-
HSV(B)338.48º82.14%43.92%-
XYZ7.574.23.78-
YUV51.27128.98171.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=60.54%
G=10.81%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112205300.820.530.56338.4869.725.88
Hex7014350523538152461a
Octal16024650122657052210632
Binary11100001010011010101010010110101111000101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701435; }

 p { color: rgb(112,20,53); }

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

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

 a { background-color: rgb(112,20,53); }

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

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

 span { border-color: rgb(112,20,53); }

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