Html Css Color HEX #7B022A Burgundy

📋 copy color: '#7B022A'

red 123 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #7B022A

Tints of Burgundy #7B022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 73.65%
G = 1.2%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B022A (or 0x7B022A) is known color: Burgundy. HEX triplet: 7B, 02 and 2A. RGB value is (123,2,42). Sum of RGB (Red+Green+Blue) = 123+2+42=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B022A is #84FDD5. Grayscale: #2A2A2A. Windows color (decimal): -8715734 or 2753147. OLE color: 2753147.

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

Color convert

RGB 123 2 42 -
CMYK 0 0.98 0.66 0.52
HSL 340.17º 0.97% 0.25% -
HSV(B) 340.17º 0.98% 0.48% -
XYZ 8.61 4.42 2.59 -
YUV 42.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 123 2 42 0 0.98 0.66 0.52 340.17 0.97 0.25
Hex 7B 2 2A 0 62 42 34 154 61 19
Octal 173 2 52 0 142 102 64 524 141 31
Binary 1111011 10 101010 0 1100010 1000010 110100 101010100 1100001 11001

Color Harmonies of #7B022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B022A

Black with #7B022A

Text Example


Text Example

White with #7B022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,2,42); }

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

background-color css

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

 a { background-color: rgb(123,2,42); }

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

border-color css

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

 span { border-color: rgb(123,2,42); }

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