Html Css Color HEX #7B0932 Burgundy

📋 copy color: '#7B0932'

red 123 ◦ green 9 ◦ blue 50

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

Shades of Burgundy #7B0932

Tints of Burgundy #7B0932

RGB

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

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

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

R = 67.58%
G = 4.95%
B = 27.47%

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

#7B0932 (or 0x7B0932) is known color: Burgundy. HEX triplet: 7B, 09 and 32. RGB value is (123,9,50). Sum of RGB (Red+Green+Blue) = 123+9+50=182 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.58% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0932 is #84F6CD. Grayscale: #2F2F2F. Windows color (decimal): -8713934 or 3279227. OLE color: 3279227.

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

Color convert

RGB 123 9 50 -
CMYK 0 0.93 0.59 0.52
HSL 338.42º 0.86% 0.26% -
HSV(B) 338.42º 0.93% 0.48% -
XYZ 8.84 4.64 3.45 -
YUV 47.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 123 9 50 0 0.93 0.59 0.52 338.42 0.86 0.26
Hex 7B 9 32 0 5D 3B 34 152 56 1A
Octal 173 11 62 0 135 73 64 522 126 32
Binary 1111011 1001 110010 0 1011101 111011 110100 101010010 1010110 11010

Color Harmonies of #7B0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0932

Black with #7B0932

Text Example


Text Example

White with #7B0932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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