Html Css Color HEX #7B001B Burgundy

📋 copy color: '#7B001B'

red 123 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #7B001B

Tints of Burgundy #7B001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 18%

R = 82%
G = 0%
B = 18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B001B (or 0x7B001B) is known color: Burgundy. HEX triplet: 7B, 00 and 1B. RGB value is (123,0,27). Sum of RGB (Red+Green+Blue) = 123+0+27=150 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 123 - color contains mainly: red. Hex color #7B001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B001B is #84FFE4. Grayscale: #272727. Windows color (decimal): -8716261 or 1769595. OLE color: 1769595.

HSL color Cylindrical-coordinate representation of color #7B001B: hue angle of 346.83º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B001B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 0 27 -
CMYK 0 1 0.78 0.52
HSL 346.83º 1% 0.24% -
HSV(B) 346.83º 1% 0.48% -
XYZ 8.37 4.29 1.42 -
YUV 39.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 123 0 27 0 1 0.78 0.52 346.83 1 0.24
Hex 7B 0 1B 0 64 4E 34 15B 64 18
Octal 173 0 33 0 144 116 64 533 144 30
Binary 1111011 0 11011 0 1100100 1001110 110100 101011011 1100100 11000

Color Harmonies of #7B001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B001B

Black with #7B001B

Text Example


Text Example

White with #7B001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,0,27); }

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

background-color css

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

 a { background-color: rgb(123,0,27); }

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

border-color css

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

 span { border-color: rgb(123,0,27); }

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