Html Css Color HEX #7B101C Burgundy

📋 copy color: '#7B101C'

red 123 ◦ green 16 ◦ blue 28

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

Shades of Burgundy #7B101C

Tints of Burgundy #7B101C

RGB

 RED value IS 123 (48.44% from 255) = 73.65%

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 73.65%
G = 9.58%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B101C (or 0x7B101C) is known color: Burgundy. HEX triplet: 7B, 10 and 1C. RGB value is (123,16,28). Sum of RGB (Red+Green+Blue) = 123+16+28=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B101C is #84EFE3. Grayscale: #313131. Windows color (decimal): -8712164 or 1839227. OLE color: 1839227.

HSL color Cylindrical-coordinate representation of color #7B101C: hue angle of 353.27º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B101C is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 16 28 -
CMYK 0 0.87 0.77 0.52
HSL 353.27º 0.77% 0.27% -
HSV(B) 353.27º 0.87% 0.48% -
XYZ 8.56 4.67 1.55 -
YUV 49.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 123 16 28 0 0.87 0.77 0.52 353.27 0.77 0.27
Hex 7B 10 1C 0 57 4D 34 161 4D 1B
Octal 173 20 34 0 127 115 64 541 115 33
Binary 1111011 10000 11100 0 1010111 1001101 110100 101100001 1001101 11011

Color Harmonies of #7B101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B101C

Black with #7B101C

Text Example


Text Example

White with #7B101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,16,28); }

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

background-color css

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

 a { background-color: rgb(123,16,28); }

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

border-color css

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

 span { border-color: rgb(123,16,28); }

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