Html Css Color HEX #7C0F14 Burgundy

📋 copy color: '#7C0F14'

red 124 ◦ green 15 ◦ blue 20

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

Shades of Burgundy #7C0F14

Tints of Burgundy #7C0F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 77.99%
G = 9.43%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C0F14 (or 0x7C0F14) is known color: Burgundy. HEX triplet: 7C, 0F and 14. RGB value is (124,15,20). Sum of RGB (Red+Green+Blue) = 124+15+20=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0F14 is #83F0EB. Grayscale: #303030. Windows color (decimal): -8646892 or 1314684. OLE color: 1314684.

HSL color Cylindrical-coordinate representation of color #7C0F14: hue angle of 357.25º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F14 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 15 20 -
CMYK 0 0.88 0.84 0.51
HSL 357.25º 0.78% 0.27% -
HSV(B) 357.25º 0.88% 0.49% -
XYZ 8.61 4.68 1.11 -
YUV 48.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 124 15 20 0 0.88 0.84 0.51 357.25 0.78 0.27
Hex 7C F 14 0 58 54 33 165 4E 1B
Octal 174 17 24 0 130 124 63 545 116 33
Binary 1111100 1111 10100 0 1011000 1010100 110011 101100101 1001110 11011

Color Harmonies of #7C0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F14

Black with #7C0F14

Text Example


Text Example

White with #7C0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,15,20); }

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

background-color css

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

 a { background-color: rgb(124,15,20); }

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

border-color css

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

 span { border-color: rgb(124,15,20); }

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