Html Css Color HEX #7B0421 Burgundy

📋 copy color: '#7B0421'

red 123 ◦ green 4 ◦ blue 33

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

Shades of Burgundy #7B0421

Tints of Burgundy #7B0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 76.88%
G = 2.5%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7B0421 (or 0x7B0421) is known color: Burgundy. HEX triplet: 7B, 04 and 21. RGB value is (123,4,33). Sum of RGB (Red+Green+Blue) = 123+4+33=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0421 is #84FBDE. Grayscale: #2A2A2A. Windows color (decimal): -8715231 or 2163835. OLE color: 2163835.

HSL color Cylindrical-coordinate representation of color #7B0421: hue angle of 345.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0421 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 4 33 -
CMYK 0 0.97 0.73 0.52
HSL 345.38º 0.94% 0.25% -
HSV(B) 345.38º 0.97% 0.48% -
XYZ 8.49 4.41 1.84 -
YUV 42.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 123 4 33 0 0.97 0.73 0.52 345.38 0.94 0.25
Hex 7B 4 21 0 61 49 34 159 5E 19
Octal 173 4 41 0 141 111 64 531 136 31
Binary 1111011 100 100001 0 1100001 1001001 110100 101011001 1011110 11001

Color Harmonies of #7B0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0421

Black with #7B0421

Text Example


Text Example

White with #7B0421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,33); }

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

background-color css

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

 a { background-color: rgb(123,4,33); }

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

border-color css

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

 span { border-color: rgb(123,4,33); }

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