Html Css Color HEX #7B0832 Burgundy

📋 copy color: '#7B0832'

red 123 ◦ green 8 ◦ blue 50

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

Shades of Burgundy #7B0832

Tints of Burgundy #7B0832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 67.96%
G = 4.42%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B0832 (or 0x7B0832) is known color: Burgundy. HEX triplet: 7B, 08 and 32. RGB value is (123,8,50). Sum of RGB (Red+Green+Blue) = 123+8+50=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0832 is #84F7CD. Grayscale: #2F2F2F. Windows color (decimal): -8714190 or 3278971. OLE color: 3278971.

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

Color convert

RGB 123 8 50 -
CMYK 0 0.93 0.59 0.52
HSL 338.09º 0.88% 0.26% -
HSV(B) 338.09º 0.93% 0.48% -
XYZ 8.83 4.61 3.44 -
YUV 47.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 123 8 50 0 0.93 0.59 0.52 338.09 0.88 0.26
Hex 7B 8 32 0 5D 3B 34 152 58 1A
Octal 173 10 62 0 135 73 64 522 130 32
Binary 1111011 1000 110010 0 1011101 111011 110100 101010010 1011000 11010

Color Harmonies of #7B0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0832

Black with #7B0832

Text Example


Text Example

White with #7B0832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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