#701F26

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

Shades of Red Berry #701F26

Tints of Red Berry #701F26

Color information

#701F26 (or 0x701F26) is unknown color: approx Red Berry. HEX triplet: 70, 1F and 26. RGB value is (112,31,38). Sum of RGB (Red+Green+Blue) = 112+31+38=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #701F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F26 is #8FE0D9. Grayscale: #383838. Windows color (decimal): -9429210 or 2498416. OLE color: 2498416.

HSL color Cylindrical-coordinate representation of color #701F26: hue angle of 354.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F26 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1123138-
CMYK00.720.660.56
HSL354.81º56.64%28.04%-
HSV(B)354.81º72.32%43.92%-
XYZ7.524.562.32-
YUV56.02117.84167.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=61.88%
G=17.13%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112313800.720.660.56354.8156.6428.04
Hex701F260484238163391c
Octal16037460110102705437134
Binary11100001111110011001001000100001011100010110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701F26; }

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

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

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

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

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

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

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

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