#701830

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

Shades of Claret #701830

Tints of Claret #701830

Color information

#701830 (or 0x701830) is unknown color: approx Claret. HEX triplet: 70, 18 and 30. RGB value is (112,24,48). Sum of RGB (Red+Green+Blue) = 112+24+48=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701830 is #8FE7CF. Grayscale: #353535. Windows color (decimal): -9430992 or 3151984. OLE color: 3151984.

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

Color convert

RGB1122448-
CMYK00.790.570.56
HSL343.64º64.71%26.67%-
HSV(B)343.64º78.57%43.92%-
XYZ7.544.313.23-
YUV53.05125.15170.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=60.87%
G=13.04%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112244800.790.570.56343.6464.7126.67
Hex70183004F3938158411b
Octal16030600117717053010133
Binary11100001100011000001001111111001111000101011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701830; }

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

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

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

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

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

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

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

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