#7F181E

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

Shades of Red Berry #7F181E

Tints of Red Berry #7F181E

Color information

#7F181E (or 0x7F181E) is unknown color: approx Red Berry. HEX triplet: 7F, 18 and 1E. RGB value is (127,24,30). Sum of RGB (Red+Green+Blue) = 127+24+30=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F181E is #80E7E1. Grayscale: #373737. Windows color (decimal): -8447970 or 1972351. OLE color: 1972351.

HSL color Cylindrical-coordinate representation of color #7F181E: hue angle of 356.5º 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 #7F181E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1272430-
CMYK00.810.760.50
HSL356.5º68.21%29.61%-
HSV(B)356.5º81.1%49.8%-
XYZ9.315.261.75-
YUV55.48113.62179.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.17%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=70.17%
G=13.26%
B=16.57%

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
Decimal127243000.810.760.50356.568.2129.61
Hex7F181E0514C32165441e
Octal177303601211146254510436
Binary11111111100011110010100011001100110010101100101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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