#7F1A1D

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

Shades of Red Berry #7F1A1D

Tints of Red Berry #7F1A1D

Color information

#7F1A1D (or 0x7F1A1D) is unknown color: approx Red Berry. HEX triplet: 7F, 1A and 1D. RGB value is (127,26,29). Sum of RGB (Red+Green+Blue) = 127+26+29=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A1D is #80E5E2. Grayscale: #383838. Windows color (decimal): -8447459 or 1907327. OLE color: 1907327.

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

Color convert

RGB1272629-
CMYK00.800.770.50
HSL358.22º66.01%30%-
HSV(B)358.22º79.53%49.8%-
XYZ9.345.341.7-
YUV56.54112.46178.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.78%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=69.78%
G=14.29%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127262900.800.770.50358.2266.0130
Hex7F1A1D0504D32166421e
Octal177323501201156254610236
Binary11111111101011101010100001001101110010101100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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