Html Css Color HEX #7B081F Burgundy

📋 copy color: '#7B081F'

red 123 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #7B081F

Tints of Burgundy #7B081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 75.93%
G = 4.94%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B081F (or 0x7B081F) is known color: Burgundy. HEX triplet: 7B, 08 and 1F. RGB value is (123,8,31). Sum of RGB (Red+Green+Blue) = 123+8+31=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B081F is #84F7E0. Grayscale: #2D2D2D. Windows color (decimal): -8714209 or 2033787. OLE color: 2033787.

HSL color Cylindrical-coordinate representation of color #7B081F: hue angle of 348º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B081F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 8 31 -
CMYK 0 0.93 0.75 0.52
HSL 348º 0.88% 0.26% -
HSV(B) 348º 0.93% 0.48% -
XYZ 8.5 4.48 1.71 -
YUV 45.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 123 8 31 0 0.93 0.75 0.52 348 0.88 0.26
Hex 7B 8 1F 0 5D 4B 34 15C 58 1A
Octal 173 10 37 0 135 113 64 534 130 32
Binary 1111011 1000 11111 0 1011101 1001011 110100 101011100 1011000 11010

Color Harmonies of #7B081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B081F

Black with #7B081F

Text Example


Text Example

White with #7B081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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