Html Css Color HEX #7C020F Burgundy

📋 copy color: '#7C020F'

red 124 ◦ green 2 ◦ blue 15

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

Shades of Burgundy #7C020F

Tints of Burgundy #7C020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 87.94%
G = 1.42%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C020F (or 0x7C020F) is known color: Burgundy. HEX triplet: 7C, 02 and 0F. RGB value is (124,2,15). Sum of RGB (Red+Green+Blue) = 124+2+15=141 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.94% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 124 - color contains mainly: red. Hex color #7C020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C020F is #83FDF0. Grayscale: #282828. Windows color (decimal): -8650225 or 983676. OLE color: 983676.

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

Color convert

RGB 124 2 15 -
CMYK 0 0.98 0.88 0.51
HSL 353.61º 0.97% 0.25% -
HSV(B) 353.61º 0.98% 0.49% -
XYZ 8.42 4.36 0.85 -
YUV 39.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 124 2 15 0 0.98 0.88 0.51 353.61 0.97 0.25
Hex 7C 2 F 0 62 58 33 162 61 19
Octal 174 2 17 0 142 130 63 542 141 31
Binary 1111100 10 1111 0 1100010 1011000 110011 101100010 1100001 11001

Color Harmonies of #7C020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C020F

Black with #7C020F

Text Example


Text Example

White with #7C020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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