#701D30

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

Shades of Claret #701D30

Tints of Claret #701D30

Color information

#701D30 (or 0x701D30) is unknown color: approx Claret. HEX triplet: 70, 1D and 30. RGB value is (112,29,48). Sum of RGB (Red+Green+Blue) = 112+29+48=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #701D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D30 is #8FE2CF. Grayscale: #373737. Windows color (decimal): -9429712 or 3153264. OLE color: 3153264.

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

Color convert

RGB1122948-
CMYK00.740.570.56
HSL346.27º58.87%27.65%-
HSV(B)346.27º74.11%43.92%-
XYZ7.654.543.27-
YUV55.98123.5167.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=59.26%
G=15.34%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112294800.740.570.56346.2758.8727.65
Hex701D3004A393815a3b1c
Octal1603560011271705327334
Binary1110000111011100000100101011100111100010101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701D30; }

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

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

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

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

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

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

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

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