Html Css Color HEX #7C0B25 Burgundy

📋 copy color: '#7C0B25'

red 124 ◦ green 11 ◦ blue 37

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

Shades of Burgundy #7C0B25

Tints of Burgundy #7C0B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.4%

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 72.09%
G = 6.4%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C0B25 (or 0x7C0B25) is known color: Burgundy. HEX triplet: 7C, 0B and 25. RGB value is (124,11,37). Sum of RGB (Red+Green+Blue) = 124+11+37=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B25 is #83F4DA. Grayscale: #2F2F2F. Windows color (decimal): -8647899 or 2427772. OLE color: 2427772.

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

Color convert

RGB 124 11 37 -
CMYK 0 0.91 0.70 0.51
HSL 346.19º 0.84% 0.26% -
HSV(B) 346.19º 0.91% 0.49% -
XYZ 8.77 4.66 2.19 -
YUV 47.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 124 11 37 0 0.91 0.70 0.51 346.19 0.84 0.26
Hex 7C B 25 0 5B 46 33 15A 54 1A
Octal 174 13 45 0 133 106 63 532 124 32
Binary 1111100 1011 100101 0 1011011 1000110 110011 101011010 1010100 11010

Color Harmonies of #7C0B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B25

Black with #7C0B25

Text Example


Text Example

White with #7C0B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,11,37); }

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

background-color css

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

 a { background-color: rgb(124,11,37); }

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

border-color css

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

 span { border-color: rgb(124,11,37); }

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