#701130

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

Shades of Claret #701130

Tints of Claret #701130

Color information

#701130 (or 0x701130) is unknown color: approx Claret. HEX triplet: 70, 11 and 30. RGB value is (112,17,48). Sum of RGB (Red+Green+Blue) = 112+17+48=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #701130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701130 is #8FEECF. Grayscale: #303030. Windows color (decimal): -9432784 or 3150192. OLE color: 3150192.

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

Color convert

RGB1121748-
CMYK00.850.570.56
HSL340.42º73.64%25.29%-
HSV(B)340.42º84.82%43.92%-
XYZ7.424.063.19-
YUV48.94127.47172.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.28%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=63.28%
G=9.60%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112174800.850.570.56340.4273.6425.29
Hex70113005539381544a19
Octal16021600125717052411231
Binary11100001000111000001010101111001111000101010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701130; }

 p { color: rgb(112,17,48); }

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

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

 a { background-color: rgb(112,17,48); }

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

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

 span { border-color: rgb(112,17,48); }

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