#701724

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

Shades of Red Berry #701724

Tints of Red Berry #701724

Color information

#701724 (or 0x701724) is unknown color: approx Red Berry. HEX triplet: 70, 17 and 24. RGB value is (112,23,36). Sum of RGB (Red+Green+Blue) = 112+23+36=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #701724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701724 is #8FE8DB. Grayscale: #333333. Windows color (decimal): -9431260 or 2365296. OLE color: 2365296.

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

Color convert

RGB1122336-
CMYK00.790.680.56
HSL351.24º65.93%26.47%-
HSV(B)351.24º79.46%43.92%-
XYZ7.314.182.09-
YUV51.09119.49171.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=65.50%
G=13.45%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112233600.790.680.56351.2465.9326.47
Hex70172404F443815f421a
Octal160274401171047053710232
Binary111000010111100100010011111000100111000101011111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701724; }

 p { color: rgb(112,23,36); }

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

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

 a { background-color: rgb(112,23,36); }

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

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

 span { border-color: rgb(112,23,36); }

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