#701F28

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

Shades of Red Berry #701F28

Tints of Red Berry #701F28

Color information

#701F28 (or 0x701F28) is unknown color: approx Red Berry. HEX triplet: 70, 1F and 28. RGB value is (112,31,40). Sum of RGB (Red+Green+Blue) = 112+31+40=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #701F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F28 is #8FE0D7. Grayscale: #383838. Windows color (decimal): -9429208 or 2629488. OLE color: 2629488.

HSL color Cylindrical-coordinate representation of color #701F28: hue angle of 353.33º 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 #701F28 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1123140-
CMYK00.720.640.56
HSL353.33º56.64%28.04%-
HSV(B)353.33º72.32%43.92%-
XYZ7.564.582.49-
YUV56.24118.84167.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=61.20%
G=16.94%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112314000.720.640.56353.3356.6428.04
Hex701F280484038161391c
Octal16037500110100705417134
Binary11100001111110100001001000100000011100010110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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