#701425

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

Shades of Red Berry #701425

Tints of Red Berry #701425

Color information

#701425 (or 0x701425) is unknown color: approx Red Berry. HEX triplet: 70, 14 and 25. RGB value is (112,20,37). Sum of RGB (Red+Green+Blue) = 112+20+37=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701425 is #8FEBDA. Grayscale: #313131. Windows color (decimal): -9432027 or 2430064. OLE color: 2430064.

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

Color convert

RGB1122037-
CMYK00.820.670.56
HSL348.91º69.7%25.88%-
HSV(B)348.91º82.14%43.92%-
XYZ7.274.082.15-
YUV49.45120.98172.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=66.27%
G=11.83%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112203700.820.670.56348.9169.725.88
Hex701425052433815d461a
Octal160244501221037053510632
Binary111000010100100101010100101000011111000101011101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701425; }

 p { color: rgb(112,20,37); }

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

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

 a { background-color: rgb(112,20,37); }

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

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

 span { border-color: rgb(112,20,37); }

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