#7F181F

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

Shades of Red Berry #7F181F

Tints of Red Berry #7F181F

Color information

#7F181F (or 0x7F181F) is unknown color: approx Red Berry. HEX triplet: 7F, 18 and 1F. RGB value is (127,24,31). Sum of RGB (Red+Green+Blue) = 127+24+31=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F181F is #80E7E0. Grayscale: #373737. Windows color (decimal): -8447969 or 2037887. OLE color: 2037887.

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

Color convert

RGB1272431-
CMYK00.810.760.50
HSL355.92º68.21%29.61%-
HSV(B)355.92º81.1%49.8%-
XYZ9.335.261.82-
YUV55.6114.12178.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.78%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=69.78%
G=13.19%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127243100.810.760.50355.9268.2129.61
Hex7F181F0514C32164441e
Octal177303701211146254410436
Binary11111111100011111010100011001100110010101100100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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