#701334

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

Shades of Claret #701334

Tints of Claret #701334

Color information

#701334 (or 0x701334) is unknown color: approx Claret. HEX triplet: 70, 13 and 34. RGB value is (112,19,52). Sum of RGB (Red+Green+Blue) = 112+19+52=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701334 is #8FECCB. Grayscale: #323232. Windows color (decimal): -9432268 or 3412848. OLE color: 3412848.

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

Color convert

RGB1121952-
CMYK00.830.540.56
HSL338.71º70.99%25.69%-
HSV(B)338.71º83.04%43.92%-
XYZ7.534.163.65-
YUV50.57128.81171.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=61.20%
G=10.38%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112195200.830.540.56338.7170.9925.69
Hex7013340533638153471a
Octal16023640123667052310732
Binary11100001001111010001010011110110111000101010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701334; }

 p { color: rgb(112,19,52); }

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

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

 a { background-color: rgb(112,19,52); }

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

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

 span { border-color: rgb(112,19,52); }

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