Html Css Color HEX #7F1113 Sangria

📋 copy color: '#7F1113'

red 127 ◦ green 17 ◦ blue 19

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

Shades of Sangria #7F1113

Tints of Sangria #7F1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 77.91%
G = 10.43%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F1113 (or 0x7F1113) is known color: Sangria. HEX triplet: 7F, 11 and 13. RGB value is (127,17,19). Sum of RGB (Red+Green+Blue) = 127+17+19=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1113 is #80EEEC. Grayscale: #323232. Windows color (decimal): -8449773 or 1249663. OLE color: 1249663.

HSL color Cylindrical-coordinate representation of color #7F1113: hue angle of 358.91º degrees, saturation: 0.76, 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 #7F1113 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 17 19 -
CMYK 0 0.87 0.85 0.50
HSL 358.91º 0.76% 0.28% -
HSV(B) 358.91º 0.87% 0.5% -
XYZ 9.07 4.96 1.1 -
YUV 50.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 127 17 19 0 0.87 0.85 0.50 358.91 0.76 0.28
Hex 7F 11 13 0 57 55 32 167 4C 1C
Octal 177 21 23 0 127 125 62 547 114 34
Binary 1111111 10001 10011 0 1010111 1010101 110010 101100111 1001100 11100

Color Harmonies of #7F1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1113

Black with #7F1113

Text Example


Text Example

White with #7F1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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