Html Css Color HEX #7C0A0E Sangria

📋 copy color: '#7C0A0E'

red 124 ◦ green 10 ◦ blue 14

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

Shades of Sangria #7C0A0E

Tints of Sangria #7C0A0E

RGB

 RED value IS 124 (48.83% from 255) = 83.78%

 GREEN value IS 10 (4.3% from 255) = 6.76%

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 83.78%
G = 6.76%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C0A0E (or 0x7C0A0E) is known color: Sangria. HEX triplet: 7C, 0A and 0E. RGB value is (124,10,14). Sum of RGB (Red+Green+Blue) = 124+10+14=148 (19% of max value = 765). Red value is 124 (48.83% from 255 or 83.78% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0A0E is #83F5F1. Grayscale: #2C2C2C. Windows color (decimal): -8648178 or 920188. OLE color: 920188.

HSL color Cylindrical-coordinate representation of color #7C0A0E: hue angle of 357.89º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0A0E is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 10 14 -
CMYK 0 0.92 0.89 0.51
HSL 357.89º 0.85% 0.26% -
HSV(B) 357.89º 0.92% 0.49% -
XYZ 8.5 4.53 0.84 -
YUV 44.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 124 10 14 0 0.92 0.89 0.51 357.89 0.85 0.26
Hex 7C A E 0 5C 59 33 166 55 1A
Octal 174 12 16 0 134 131 63 546 125 32
Binary 1111100 1010 1110 0 1011100 1011001 110011 101100110 1010101 11010

Color Harmonies of #7C0A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0A0E

Black with #7C0A0E

Text Example


Text Example

White with #7C0A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,10,14); }

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

background-color css

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

 a { background-color: rgb(124,10,14); }

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

border-color css

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

 span { border-color: rgb(124,10,14); }

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