Html Css Color HEX #7B082C Burgundy

📋 copy color: '#7B082C'

red 123 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #7B082C

Tints of Burgundy #7B082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 70.29%
G = 4.57%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B082C (or 0x7B082C) is known color: Burgundy. HEX triplet: 7B, 08 and 2C. RGB value is (123,8,44). Sum of RGB (Red+Green+Blue) = 123+8+44=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B082C is #84F7D3. Grayscale: #2E2E2E. Windows color (decimal): -8714196 or 2885755. OLE color: 2885755.

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

Color convert

RGB 123 8 44 -
CMYK 0 0.93 0.64 0.52
HSL 341.22º 0.88% 0.26% -
HSV(B) 341.22º 0.93% 0.48% -
XYZ 8.71 4.57 2.81 -
YUV 46.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 123 8 44 0 0.93 0.64 0.52 341.22 0.88 0.26
Hex 7B 8 2C 0 5D 40 34 155 58 1A
Octal 173 10 54 0 135 100 64 525 130 32
Binary 1111011 1000 101100 0 1011101 1000000 110100 101010101 1011000 11010

Color Harmonies of #7B082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B082C

Black with #7B082C

Text Example


Text Example

White with #7B082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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