Html Css Color HEX #7B071E Burgundy

📋 copy color: '#7B071E'

red 123 ◦ green 7 ◦ blue 30

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

Shades of Burgundy #7B071E

Tints of Burgundy #7B071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 76.88%
G = 4.38%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B071E (or 0x7B071E) is known color: Burgundy. HEX triplet: 7B, 07 and 1E. RGB value is (123,7,30). Sum of RGB (Red+Green+Blue) = 123+7+30=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B071E is #84F8E1. Grayscale: #2C2C2C. Windows color (decimal): -8714466 or 1967995. OLE color: 1967995.

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

Color convert

RGB 123 7 30 -
CMYK 0 0.94 0.76 0.52
HSL 348.1º 0.89% 0.25% -
HSV(B) 348.1º 0.94% 0.48% -
XYZ 8.48 4.46 1.64 -
YUV 44.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 123 7 30 0 0.94 0.76 0.52 348.1 0.89 0.25
Hex 7B 7 1E 0 5E 4C 34 15C 59 19
Octal 173 7 36 0 136 114 64 534 131 31
Binary 1111011 111 11110 0 1011110 1001100 110100 101011100 1011001 11001

Color Harmonies of #7B071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B071E

Black with #7B071E

Text Example


Text Example

White with #7B071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,7,30); }

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

background-color css

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

 a { background-color: rgb(123,7,30); }

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

border-color css

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

 span { border-color: rgb(123,7,30); }

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