Html Css Color HEX #7D1011 Sangria

📋 copy color: '#7D1011'

red 125 ◦ green 16 ◦ blue 17

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

Shades of Sangria #7D1011

Tints of Sangria #7D1011

RGB

 RED value IS 125 (49.22% from 255) = 79.11%

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

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

R = 79.11%
G = 10.13%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D1011 (or 0x7D1011) is known color: Sangria. HEX triplet: 7D, 10 and 11. RGB value is (125,16,17). Sum of RGB (Red+Green+Blue) = 125+16+17=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1011 is #82EFEE. Grayscale: #303030. Windows color (decimal): -8581103 or 1118333. OLE color: 1118333.

HSL color Cylindrical-coordinate representation of color #7D1011: hue angle of 359.45º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1011 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 16 17 -
CMYK 0 0.87 0.86 0.51
HSL 359.45º 0.77% 0.28% -
HSV(B) 359.45º 0.87% 0.49% -
XYZ 8.74 4.77 0.99 -
YUV 48.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 125 16 17 0 0.87 0.86 0.51 359.45 0.77 0.28
Hex 7D 10 11 0 57 56 33 167 4D 1C
Octal 175 20 21 0 127 126 63 547 115 34
Binary 1111101 10000 10001 0 1010111 1010110 110011 101100111 1001101 11100

Color Harmonies of #7D1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1011

Black with #7D1011

Text Example


Text Example

White with #7D1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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