Html Css Color HEX #7B0422 Burgundy

📋 copy color: '#7B0422'

red 123 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #7B0422

Tints of Burgundy #7B0422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.12%

R = 76.4%
G = 2.48%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B0422 (or 0x7B0422) is known color: Burgundy. HEX triplet: 7B, 04 and 22. RGB value is (123,4,34). Sum of RGB (Red+Green+Blue) = 123+4+34=161 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.40% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0422 is #84FBDD. Grayscale: #2B2B2B. Windows color (decimal): -8715230 or 2229371. OLE color: 2229371.

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

Color convert

RGB 123 4 34 -
CMYK 0 0.97 0.72 0.52
HSL 344.87º 0.94% 0.25% -
HSV(B) 344.87º 0.97% 0.48% -
XYZ 8.5 4.41 1.92 -
YUV 43 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 123 4 34 0 0.97 0.72 0.52 344.87 0.94 0.25
Hex 7B 4 22 0 61 48 34 159 5E 19
Octal 173 4 42 0 141 110 64 531 136 31
Binary 1111011 100 100010 0 1100001 1001000 110100 101011001 1011110 11001

Color Harmonies of #7B0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0422

Black with #7B0422

Text Example


Text Example

White with #7B0422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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