#7F0102

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

Shades of Sangria #7F0102

Tints of Sangria #7F0102

Color information

#7F0102 (or 0x7F0102) is unknown color: approx Sangria. HEX triplet: 7F, 01 and 02. RGB value is (127,1,2). Sum of RGB (Red+Green+Blue) = 127+1+2=130 (17% of max value = 765). Red value is 127 (50% from 255 or 97.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0102 is #80FEFD. Grayscale: #262626. Windows color (decimal): -8453886 or 131455. OLE color: 131455.

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

Color convert

RGB12712-
CMYK00.990.980.50
HSL359.52º98.44%25.1%-
HSV(B)359.52º99.21%49.8%-
XYZ8.774.540.47-
YUV38.79107.24190.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 97.69%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=97.69%
G=0.77%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271200.990.980.50359.5298.4425.1
Hex7F1206362321686219
Octal1771201431426255014231
Binary1111111110011000111100010110010101101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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