#7F1A1F

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

Shades of Red Berry #7F1A1F

Tints of Red Berry #7F1A1F

Color information

#7F1A1F (or 0x7F1A1F) is unknown color: approx Red Berry. HEX triplet: 7F, 1A and 1F. RGB value is (127,26,31). Sum of RGB (Red+Green+Blue) = 127+26+31=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A1F is #80E5E0. Grayscale: #383838. Windows color (decimal): -8447457 or 2038399. OLE color: 2038399.

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

Color convert

RGB1272631-
CMYK00.800.760.50
HSL357.03º66.01%30%-
HSV(B)357.03º79.53%49.8%-
XYZ9.375.351.84-
YUV56.77113.46178.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.02%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=69.02%
G=14.13%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127263100.800.760.50357.0366.0130
Hex7F1A1F0504C32165421e
Octal177323701201146254510236
Binary11111111101011111010100001001100110010101100101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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