#701524

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

Shades of Red Berry #701524

Tints of Red Berry #701524

Color information

#701524 (or 0x701524) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 24. RGB value is (112,21,36). Sum of RGB (Red+Green+Blue) = 112+21+36=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701524 is #8FEADB. Grayscale: #313131. Windows color (decimal): -9431772 or 2364784. OLE color: 2364784.

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

Color convert

RGB1122136-
CMYK00.810.680.56
HSL350.11º68.42%26.08%-
HSV(B)350.11º81.25%43.92%-
XYZ7.274.112.08-
YUV49.92120.15172.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=66.27%
G=12.43%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112213600.810.680.56350.1168.4226.08
Hex701524051443815e441a
Octal160254401211047053610432
Binary111000010101100100010100011000100111000101011110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701524; }

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

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

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

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

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

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

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

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