Html Css Color HEX #7B051F Burgundy

📋 copy color: '#7B051F'

red 123 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #7B051F

Tints of Burgundy #7B051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.5%

R = 77.36%
G = 3.14%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B051F (or 0x7B051F) is known color: Burgundy. HEX triplet: 7B, 05 and 1F. RGB value is (123,5,31). Sum of RGB (Red+Green+Blue) = 123+5+31=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B051F is #84FAE0. Grayscale: #2B2B2B. Windows color (decimal): -8714977 or 2033019. OLE color: 2033019.

HSL color Cylindrical-coordinate representation of color #7B051F: hue angle of 346.78º 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 #7B051F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 5 31 -
CMYK 0 0.96 0.75 0.52
HSL 346.78º 0.92% 0.25% -
HSV(B) 346.78º 0.96% 0.48% -
XYZ 8.47 4.42 1.7 -
YUV 43.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 123 5 31 0 0.96 0.75 0.52 346.78 0.92 0.25
Hex 7B 5 1F 0 60 4B 34 15B 5C 19
Octal 173 5 37 0 140 113 64 533 134 31
Binary 1111011 101 11111 0 1100000 1001011 110100 101011011 1011100 11001

Color Harmonies of #7B051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B051F

Black with #7B051F

Text Example


Text Example

White with #7B051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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