Html Css Color HEX #7B0B2B Burgundy

📋 copy color: '#7B0B2B'

red 123 ◦ green 11 ◦ blue 43

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

Shades of Burgundy #7B0B2B

Tints of Burgundy #7B0B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.21%

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 69.49%
G = 6.21%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B0B2B (or 0x7B0B2B) is known color: Burgundy. HEX triplet: 7B, 0B and 2B. RGB value is (123,11,43). Sum of RGB (Red+Green+Blue) = 123+11+43=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0B2B is #84F4D4. Grayscale: #303030. Windows color (decimal): -8713429 or 2820987. OLE color: 2820987.

HSL color Cylindrical-coordinate representation of color #7B0B2B: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B2B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 11 43 -
CMYK 0 0.91 0.65 0.52
HSL 342.86º 0.84% 0.26% -
HSV(B) 342.86º 0.91% 0.48% -
XYZ 8.72 4.62 2.72 -
YUV 48.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 123 11 43 0 0.91 0.65 0.52 342.86 0.84 0.26
Hex 7B B 2B 0 5B 41 34 157 54 1A
Octal 173 13 53 0 133 101 64 527 124 32
Binary 1111011 1011 101011 0 1011011 1000001 110100 101010111 1010100 11010

Color Harmonies of #7B0B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0B2B

Black with #7B0B2B

Text Example


Text Example

White with #7B0B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,43); }

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

background-color css

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

 a { background-color: rgb(123,11,43); }

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

border-color css

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

 span { border-color: rgb(123,11,43); }

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