Html Css Color HEX #7C0F15 Burgundy

📋 copy color: '#7C0F15'

red 124 ◦ green 15 ◦ blue 21

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

Shades of Burgundy #7C0F15

Tints of Burgundy #7C0F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.13%

R = 77.5%
G = 9.38%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C0F15 (or 0x7C0F15) is known color: Burgundy. HEX triplet: 7C, 0F and 15. RGB value is (124,15,21). Sum of RGB (Red+Green+Blue) = 124+15+21=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0F15 is #83F0EA. Grayscale: #303030. Windows color (decimal): -8646891 or 1380220. OLE color: 1380220.

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

Color convert

RGB 124 15 21 -
CMYK 0 0.88 0.83 0.51
HSL 356.7º 0.78% 0.27% -
HSV(B) 356.7º 0.88% 0.49% -
XYZ 8.62 4.68 1.16 -
YUV 48.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 124 15 21 0 0.88 0.83 0.51 356.7 0.78 0.27
Hex 7C F 15 0 58 53 33 165 4E 1B
Octal 174 17 25 0 130 123 63 545 116 33
Binary 1111100 1111 10101 0 1011000 1010011 110011 101100101 1001110 11011

Color Harmonies of #7C0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F15

Black with #7C0F15

Text Example


Text Example

White with #7C0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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