#7F0104

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

Shades of Sangria #7F0104

Tints of Sangria #7F0104

Color information

#7F0104 (or 0x7F0104) is unknown color: approx Sangria. HEX triplet: 7F, 01 and 04. RGB value is (127,1,4). Sum of RGB (Red+Green+Blue) = 127+1+4=132 (17% of max value = 765). Red value is 127 (50% from 255 or 96.21% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0104 is #80FEFB. Grayscale: #272727. Windows color (decimal): -8453884 or 262527. OLE color: 262527.

HSL color Cylindrical-coordinate representation of color #7F0104: hue angle of 358.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB12714-
CMYK00.990.970.50
HSL358.57º98.44%25.1%-
HSV(B)358.57º99.21%49.8%-
XYZ8.794.540.53-
YUV39.02108.24190.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 96.21%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=96.21%
G=0.76%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271400.990.970.50358.5798.4425.1
Hex7F1406361321676219
Octal1771401431416254714231
Binary11111111100011000111100001110010101100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,1,4); }

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

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

 a { background-color: rgb(127,1,4); }

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

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

 span { border-color: rgb(127,1,4); }

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