#7F1617

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

Shades of Red Berry #7F1617

Tints of Red Berry #7F1617

Color information

#7F1617 (or 0x7F1617) is unknown color: approx Red Berry. HEX triplet: 7F, 16 and 17. RGB value is (127,22,23). Sum of RGB (Red+Green+Blue) = 127+22+23=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1617 is #80E9E8. Grayscale: #353535. Windows color (decimal): -8448489 or 1513087. OLE color: 1513087.

HSL color Cylindrical-coordinate representation of color #7F1617: hue angle of 359.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1617 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB1272223-
CMYK00.830.820.50
HSL359.43º70.47%29.22%-
HSV(B)359.43º82.68%49.8%-
XYZ9.195.151.32-
YUV53.51110.79180.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.84%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=73.84%
G=12.79%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127222300.830.820.50359.4370.4729.22
Hex7F16170535232167461d
Octal177262701231226254710635
Binary11111111011010111010100111010010110010101100111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1617; }

 p { color: rgb(127,22,23); }

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

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

 a { background-color: rgb(127,22,23); }

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

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

 span { border-color: rgb(127,22,23); }

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