Html Css Color HEX #7F1011 Sangria

📋 copy color: '#7F1011'

red 127 ◦ green 16 ◦ blue 17

#7F1011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #7F1011

Tints of Sangria #7F1011

RGB

 RED value IS 127 (50% from 255) = 79.38%

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 79.38%
G = 10%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F1011 (or 0x7F1011) is known color: Sangria. HEX triplet: 7F, 10 and 11. RGB value is (127,16,17). Sum of RGB (Red+Green+Blue) = 127+16+17=160 (21% of max value = 765). Red value is 127 (50% from 255 or 79.38% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1011 is #80EFEE. Grayscale: #313131. Windows color (decimal): -8450031 or 1118335. OLE color: 1118335.

HSL color Cylindrical-coordinate representation of color #7F1011: hue angle of 359.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1011 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 16 17 -
CMYK 0 0.87 0.87 0.50
HSL 359.46º 0.78% 0.28% -
HSV(B) 359.46º 0.87% 0.5% -
XYZ 9.04 4.92 1 -
YUV 49.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 127 16 17 0 0.87 0.87 0.50 359.46 0.78 0.28
Hex 7F 10 11 0 57 57 32 167 4E 1C
Octal 177 20 21 0 127 127 62 547 116 34
Binary 1111111 10000 10001 0 1010111 1010111 110010 101100111 1001110 11100

Color Harmonies of #7F1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1011

Black with #7F1011

Text Example


Text Example

White with #7F1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,17); }

 H1.HeaderClassName
 {
   color: #7F1011;
 }
 .AnyTagClassName
 {
   color: #7F1011;
 }
</style>

background-color css

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

 a { background-color: rgb(127,16,17); }

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

border-color css

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

 span { border-color: rgb(127,16,17); }

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