Html Css Color HEX #7B001F Burgundy

📋 copy color: '#7B001F'

red 123 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #7B001F

Tints of Burgundy #7B001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 79.87%
G = 0%
B = 20.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B001F (or 0x7B001F) is known color: Burgundy. HEX triplet: 7B, 00 and 1F. RGB value is (123,0,31). Sum of RGB (Red+Green+Blue) = 123+0+31=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B001F is #84FFE0. Grayscale: #282828. Windows color (decimal): -8716257 or 2031739. OLE color: 2031739.

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

Color convert

RGB 123 0 31 -
CMYK 0 1 0.75 0.52
HSL 344.88º 1% 0.24% -
HSV(B) 344.88º 1% 0.48% -
XYZ 8.42 4.31 1.68 -
YUV 40.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 123 0 31 0 1 0.75 0.52 344.88 1 0.24
Hex 7B 0 1F 0 64 4B 34 159 64 18
Octal 173 0 37 0 144 113 64 531 144 30
Binary 1111011 0 11111 0 1100100 1001011 110100 101011001 1100100 11000

Color Harmonies of #7B001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B001F

Black with #7B001F

Text Example


Text Example

White with #7B001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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