#701426

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

Shades of Red Berry #701426

Tints of Red Berry #701426

Color information

#701426 (or 0x701426) is unknown color: approx Red Berry. HEX triplet: 70, 14 and 26. RGB value is (112,20,38). Sum of RGB (Red+Green+Blue) = 112+20+38=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #701426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701426 is #8FEBD9. Grayscale: #313131. Windows color (decimal): -9432026 or 2495600. OLE color: 2495600.

HSL color Cylindrical-coordinate representation of color #701426: hue angle of 348.26º 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 #701426 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1122038-
CMYK00.820.660.56
HSL348.26º69.7%25.88%-
HSV(B)348.26º82.14%43.92%-
XYZ7.284.082.24-
YUV49.56121.48172.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.88%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 38 (15.23% from 255) = 22.35%
R=65.88%
G=11.76%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112203800.820.660.56348.2669.725.88
Hex701426052423815c461a
Octal160244601221027053410632
Binary111000010100100110010100101000010111000101011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701426; }

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

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

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

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

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

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

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

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