Html Css Color HEX #7B0424 Burgundy

📋 copy color: '#7B0424'

red 123 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #7B0424

Tints of Burgundy #7B0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.09%

R = 75.46%
G = 2.45%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.52

RGB Variations

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

Color information

#7B0424 (or 0x7B0424) is known color: Burgundy. HEX triplet: 7B, 04 and 24. RGB value is (123,4,36). Sum of RGB (Red+Green+Blue) = 123+4+36=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0424 is #84FBDB. Grayscale: #2B2B2B. Windows color (decimal): -8715228 or 2360443. OLE color: 2360443.

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

Color convert

RGB 123 4 36 -
CMYK 0 0.97 0.71 0.52
HSL 343.87º 0.94% 0.25% -
HSV(B) 343.87º 0.97% 0.48% -
XYZ 8.53 4.43 2.07 -
YUV 43.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 123 4 36 0 0.97 0.71 0.52 343.87 0.94 0.25
Hex 7B 4 24 0 61 47 34 158 5E 19
Octal 173 4 44 0 141 107 64 530 136 31
Binary 1111011 100 100100 0 1100001 1000111 110100 101011000 1011110 11001

Color Harmonies of #7B0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0424

Black with #7B0424

Text Example


Text Example

White with #7B0424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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