Html Css Color HEX #7C0B27 Burgundy

📋 copy color: '#7C0B27'

red 124 ◦ green 11 ◦ blue 39

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

Shades of Burgundy #7C0B27

Tints of Burgundy #7C0B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 71.26%
G = 6.32%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C0B27 (or 0x7C0B27) is known color: Burgundy. HEX triplet: 7C, 0B and 27. RGB value is (124,11,39). Sum of RGB (Red+Green+Blue) = 124+11+39=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B27 is #83F4D8. Grayscale: #2F2F2F. Windows color (decimal): -8647897 or 2558844. OLE color: 2558844.

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

Color convert

RGB 124 11 39 -
CMYK 0 0.91 0.69 0.51
HSL 345.13º 0.84% 0.26% -
HSV(B) 345.13º 0.91% 0.49% -
XYZ 8.8 4.67 2.36 -
YUV 47.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 124 11 39 0 0.91 0.69 0.51 345.13 0.84 0.26
Hex 7C B 27 0 5B 45 33 159 54 1A
Octal 174 13 47 0 133 105 63 531 124 32
Binary 1111100 1011 100111 0 1011011 1000101 110011 101011001 1010100 11010

Color Harmonies of #7C0B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B27

Black with #7C0B27

Text Example


Text Example

White with #7C0B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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