Html Css Color HEX #7B061A Burgundy

📋 copy color: '#7B061A'

red 123 ◦ green 6 ◦ blue 26

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

Shades of Burgundy #7B061A

Tints of Burgundy #7B061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 79.35%
G = 3.87%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7B061A (or 0x7B061A) is known color: Burgundy. HEX triplet: 7B, 06 and 1A. RGB value is (123,6,26). Sum of RGB (Red+Green+Blue) = 123+6+26=155 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.35% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 123 - color contains mainly: red. Hex color #7B061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B061A is #84F9E5. Grayscale: #2B2B2B. Windows color (decimal): -8714726 or 1705595. OLE color: 1705595.

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

Color convert

RGB 123 6 26 -
CMYK 0 0.95 0.79 0.52
HSL 349.74º 0.91% 0.25% -
HSV(B) 349.74º 0.95% 0.48% -
XYZ 8.42 4.42 1.39 -
YUV 43.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 123 6 26 0 0.95 0.79 0.52 349.74 0.91 0.25
Hex 7B 6 1A 0 5F 4F 34 15E 5B 19
Octal 173 6 32 0 137 117 64 536 133 31
Binary 1111011 110 11010 0 1011111 1001111 110100 101011110 1011011 11001

Color Harmonies of #7B061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B061A

Black with #7B061A

Text Example


Text Example

White with #7B061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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