Html Css Color HEX #7B0922 Burgundy

📋 copy color: '#7B0922'

red 123 ◦ green 9 ◦ blue 34

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

Shades of Burgundy #7B0922

Tints of Burgundy #7B0922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 34 (13.67% from 255) = 20.48%

R = 74.1%
G = 5.42%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B0922 (or 0x7B0922) is known color: Burgundy. HEX triplet: 7B, 09 and 22. RGB value is (123,9,34). Sum of RGB (Red+Green+Blue) = 123+9+34=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0922 is #84F6DD. Grayscale: #2D2D2D. Windows color (decimal): -8713950 or 2230651. OLE color: 2230651.

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

Color convert

RGB 123 9 34 -
CMYK 0 0.93 0.72 0.52
HSL 346.84º 0.86% 0.26% -
HSV(B) 346.84º 0.93% 0.48% -
XYZ 8.55 4.52 1.94 -
YUV 45.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 123 9 34 0 0.93 0.72 0.52 346.84 0.86 0.26
Hex 7B 9 22 0 5D 48 34 15B 56 1A
Octal 173 11 42 0 135 110 64 533 126 32
Binary 1111011 1001 100010 0 1011101 1001000 110100 101011011 1010110 11010

Color Harmonies of #7B0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0922

Black with #7B0922

Text Example


Text Example

White with #7B0922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,9,34); }

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

background-color css

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

 a { background-color: rgb(123,9,34); }

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

border-color css

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

 span { border-color: rgb(123,9,34); }

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