#7F1A1E

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

Shades of Red Berry #7F1A1E

Tints of Red Berry #7F1A1E

Color information

#7F1A1E (or 0x7F1A1E) is unknown color: approx Red Berry. HEX triplet: 7F, 1A and 1E. RGB value is (127,26,30). Sum of RGB (Red+Green+Blue) = 127+26+30=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A1E is #80E5E1. Grayscale: #383838. Windows color (decimal): -8447458 or 1972863. OLE color: 1972863.

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

Color convert

RGB1272630-
CMYK00.800.760.50
HSL357.62º66.01%30%-
HSV(B)357.62º79.53%49.8%-
XYZ9.365.341.77-
YUV56.66112.96178.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.40%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=69.40%
G=14.21%
B=16.39%

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
Decimal127263000.800.760.50357.6266.0130
Hex7F1A1E0504C32166421e
Octal177323601201146254610236
Binary11111111101011110010100001001100110010101100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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