Html Css Color HEX #7B071F Burgundy

📋 copy color: '#7B071F'

red 123 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #7B071F

Tints of Burgundy #7B071F

RGB

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

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

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

R = 76.4%
G = 4.35%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B071F (or 0x7B071F) is known color: Burgundy. HEX triplet: 7B, 07 and 1F. RGB value is (123,7,31). Sum of RGB (Red+Green+Blue) = 123+7+31=161 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.40% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 123 - color contains mainly: red. Hex color #7B071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B071F is #84F8E0. Grayscale: #2C2C2C. Windows color (decimal): -8714465 or 2033531. OLE color: 2033531.

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

Color convert

RGB 123 7 31 -
CMYK 0 0.94 0.75 0.52
HSL 347.59º 0.89% 0.25% -
HSV(B) 347.59º 0.94% 0.48% -
XYZ 8.49 4.46 1.71 -
YUV 44.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 123 7 31 0 0.94 0.75 0.52 347.59 0.89 0.25
Hex 7B 7 1F 0 5E 4B 34 15C 59 19
Octal 173 7 37 0 136 113 64 534 131 31
Binary 1111011 111 11111 0 1011110 1001011 110100 101011100 1011001 11001

Color Harmonies of #7B071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B071F

Black with #7B071F

Text Example


Text Example

White with #7B071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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