Html Css Color HEX #7B051D Burgundy

📋 copy color: '#7B051D'

red 123 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #7B051D

Tints of Burgundy #7B051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

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

R = 78.34%
G = 3.18%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B051D (or 0x7B051D) is known color: Burgundy. HEX triplet: 7B, 05 and 1D. RGB value is (123,5,29). Sum of RGB (Red+Green+Blue) = 123+5+29=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B051D is #84FAE2. Grayscale: #2B2B2B. Windows color (decimal): -8714979 or 1901947. OLE color: 1901947.

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

Color convert

RGB 123 5 29 -
CMYK 0 0.96 0.76 0.52
HSL 347.8º 0.92% 0.25% -
HSV(B) 347.8º 0.96% 0.48% -
XYZ 8.44 4.41 1.57 -
YUV 43.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 123 5 29 0 0.96 0.76 0.52 347.8 0.92 0.25
Hex 7B 5 1D 0 60 4C 34 15C 5C 19
Octal 173 5 35 0 140 114 64 534 134 31
Binary 1111011 101 11101 0 1100000 1001100 110100 101011100 1011100 11001

Color Harmonies of #7B051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B051D

Black with #7B051D

Text Example


Text Example

White with #7B051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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