Html Css Color HEX #7B0D1D Burgundy

📋 copy color: '#7B0D1D'

red 123 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #7B0D1D

Tints of Burgundy #7B0D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.88%

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 74.55%
G = 7.88%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B0D1D (or 0x7B0D1D) is known color: Burgundy. HEX triplet: 7B, 0D and 1D. RGB value is (123,13,29). Sum of RGB (Red+Green+Blue) = 123+13+29=165 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.55% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0D1D is #84F2E2. Grayscale: #2F2F2F. Windows color (decimal): -8712931 or 1903995. OLE color: 1903995.

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

Color convert

RGB 123 13 29 -
CMYK 0 0.89 0.76 0.52
HSL 351.27º 0.81% 0.27% -
HSV(B) 351.27º 0.89% 0.48% -
XYZ 8.53 4.59 1.6 -
YUV 47.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 123 13 29 0 0.89 0.76 0.52 351.27 0.81 0.27
Hex 7B D 1D 0 59 4C 34 15F 51 1B
Octal 173 15 35 0 131 114 64 537 121 33
Binary 1111011 1101 11101 0 1011001 1001100 110100 101011111 1010001 11011

Color Harmonies of #7B0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0D1D

Black with #7B0D1D

Text Example


Text Example

White with #7B0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,13,29); }

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

background-color css

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

 a { background-color: rgb(123,13,29); }

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

border-color css

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

 span { border-color: rgb(123,13,29); }

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