#7F171F

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

Shades of Red Berry #7F171F

Tints of Red Berry #7F171F

Color information

#7F171F (or 0x7F171F) is unknown color: approx Red Berry. HEX triplet: 7F, 17 and 1F. RGB value is (127,23,31). Sum of RGB (Red+Green+Blue) = 127+23+31=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F171F is #80E8E0. Grayscale: #373737. Windows color (decimal): -8448225 or 2037631. OLE color: 2037631.

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

Color convert

RGB1272331-
CMYK00.820.760.50
HSL355.38º69.33%29.41%-
HSV(B)355.38º81.89%49.8%-
XYZ9.315.221.81-
YUV55.01114.46179.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.17%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=70.17%
G=12.71%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127233100.820.760.50355.3869.3329.41
Hex7F171F0524C32163451d
Octal177273701221146254310535
Binary11111111011111111010100101001100110010101100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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