Html Css Color HEX #7B061F Burgundy

📋 copy color: '#7B061F'

red 123 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #7B061F

Tints of Burgundy #7B061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 76.88%
G = 3.75%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B061F (or 0x7B061F) is known color: Burgundy. HEX triplet: 7B, 06 and 1F. RGB value is (123,6,31). Sum of RGB (Red+Green+Blue) = 123+6+31=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B061F is #84F9E0. Grayscale: #2B2B2B. Windows color (decimal): -8714721 or 2033275. OLE color: 2033275.

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

Color convert

RGB 123 6 31 -
CMYK 0 0.95 0.75 0.52
HSL 347.18º 0.91% 0.25% -
HSV(B) 347.18º 0.95% 0.48% -
XYZ 8.48 4.44 1.71 -
YUV 43.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 123 6 31 0 0.95 0.75 0.52 347.18 0.91 0.25
Hex 7B 6 1F 0 5F 4B 34 15B 5B 19
Octal 173 6 37 0 137 113 64 533 133 31
Binary 1111011 110 11111 0 1011111 1001011 110100 101011011 1011011 11001

Color Harmonies of #7B061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B061F

Black with #7B061F

Text Example


Text Example

White with #7B061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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