#7F1B1D

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

Shades of Red Berry #7F1B1D

Tints of Red Berry #7F1B1D

Color information

#7F1B1D (or 0x7F1B1D) is unknown color: approx Red Berry. HEX triplet: 7F, 1B and 1D. RGB value is (127,27,29). Sum of RGB (Red+Green+Blue) = 127+27+29=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1B1D is #80E4E2. Grayscale: #393939. Windows color (decimal): -8447203 or 1907583. OLE color: 1907583.

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

Color convert

RGB1272729-
CMYK00.790.770.50
HSL358.8º64.94%30.2%-
HSV(B)358.8º78.74%49.8%-
XYZ9.375.381.71-
YUV57.13112.13177.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.40%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=69.40%
G=14.75%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127272900.790.770.50358.864.9430.2
Hex7F1B1D04F4D32167411e
Octal177333501171156254710136
Binary11111111101111101010011111001101110010101100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,27,29); }

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

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

 a { background-color: rgb(127,27,29); }

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

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

 span { border-color: rgb(127,27,29); }

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