Html Css Color HEX #7B012A Burgundy

📋 copy color: '#7B012A'

red 123 ◦ green 1 ◦ blue 42

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

Shades of Burgundy #7B012A

Tints of Burgundy #7B012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 74.1%
G = 0.6%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B012A (or 0x7B012A) is known color: Burgundy. HEX triplet: 7B, 01 and 2A. RGB value is (123,1,42). Sum of RGB (Red+Green+Blue) = 123+1+42=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B012A is #84FED5. Grayscale: #2A2A2A. Windows color (decimal): -8715990 or 2752891. OLE color: 2752891.

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

Color convert

RGB 123 1 42 -
CMYK 0 0.99 0.66 0.52
HSL 339.84º 0.98% 0.24% -
HSV(B) 339.84º 0.99% 0.48% -
XYZ 8.6 4.4 2.59 -
YUV 42.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 123 1 42 0 0.99 0.66 0.52 339.84 0.98 0.24
Hex 7B 1 2A 0 63 42 34 154 62 18
Octal 173 1 52 0 143 102 64 524 142 30
Binary 1111011 1 101010 0 1100011 1000010 110100 101010100 1100010 11000

Color Harmonies of #7B012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B012A

Black with #7B012A

Text Example


Text Example

White with #7B012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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