Html Css Color HEX #7D1012 Sangria

📋 copy color: '#7D1012'

red 125 ◦ green 16 ◦ blue 18

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

Shades of Sangria #7D1012

Tints of Sangria #7D1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 78.62%
G = 10.06%
B = 11.32%

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

#7D1012 (or 0x7D1012) is known color: Sangria. HEX triplet: 7D, 10 and 12. RGB value is (125,16,18). Sum of RGB (Red+Green+Blue) = 125+16+18=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1012 is #82EFED. Grayscale: #303030. Windows color (decimal): -8581102 or 1183869. OLE color: 1183869.

HSL color Cylindrical-coordinate representation of color #7D1012: hue angle of 358.9º 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 #7D1012 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 16 18 -
CMYK 0 0.87 0.86 0.51
HSL 358.9º 0.77% 0.28% -
HSV(B) 358.9º 0.87% 0.49% -
XYZ 8.75 4.77 1.03 -
YUV 48.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 125 16 18 0 0.87 0.86 0.51 358.9 0.77 0.28
Hex 7D 10 12 0 57 56 33 167 4D 1C
Octal 175 20 22 0 127 126 63 547 115 34
Binary 1111101 10000 10010 0 1010111 1010110 110011 101100111 1001101 11100

Color Harmonies of #7D1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1012

Black with #7D1012

Text Example


Text Example

White with #7D1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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