Html Css Color HEX #7B051B Burgundy

📋 copy color: '#7B051B'

red 123 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #7B051B

Tints of Burgundy #7B051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 79.35%
G = 3.23%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B051B (or 0x7B051B) is known color: Burgundy. HEX triplet: 7B, 05 and 1B. RGB value is (123,5,27). Sum of RGB (Red+Green+Blue) = 123+5+27=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B051B is #84FAE4. Grayscale: #2A2A2A. Windows color (decimal): -8714981 or 1770875. OLE color: 1770875.

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

Color convert

RGB 123 5 27 -
CMYK 0 0.96 0.78 0.52
HSL 348.81º 0.92% 0.25% -
HSV(B) 348.81º 0.96% 0.48% -
XYZ 8.42 4.4 1.44 -
YUV 42.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 123 5 27 0 0.96 0.78 0.52 348.81 0.92 0.25
Hex 7B 5 1B 0 60 4E 34 15D 5C 19
Octal 173 5 33 0 140 116 64 535 134 31
Binary 1111011 101 11011 0 1100000 1001110 110100 101011101 1011100 11001

Color Harmonies of #7B051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B051B

Black with #7B051B

Text Example


Text Example

White with #7B051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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