Html Css Color HEX #7B0821 Burgundy

📋 copy color: '#7B0821'

red 123 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #7B0821

Tints of Burgundy #7B0821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 75%
G = 4.88%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7B0821 (or 0x7B0821) is known color: Burgundy. HEX triplet: 7B, 08 and 21. RGB value is (123,8,33). Sum of RGB (Red+Green+Blue) = 123+8+33=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0821 is #84F7DE. Grayscale: #2D2D2D. Windows color (decimal): -8714207 or 2164859. OLE color: 2164859.

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

Color convert

RGB 123 8 33 -
CMYK 0 0.93 0.73 0.52
HSL 346.96º 0.88% 0.26% -
HSV(B) 346.96º 0.93% 0.48% -
XYZ 8.53 4.49 1.86 -
YUV 45.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 123 8 33 0 0.93 0.73 0.52 346.96 0.88 0.26
Hex 7B 8 21 0 5D 49 34 15B 58 1A
Octal 173 10 41 0 135 111 64 533 130 32
Binary 1111011 1000 100001 0 1011101 1001001 110100 101011011 1011000 11010

Color Harmonies of #7B0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0821

Black with #7B0821

Text Example


Text Example

White with #7B0821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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