Html Css Color HEX #7B012B Burgundy

📋 copy color: '#7B012B'

red 123 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #7B012B

Tints of Burgundy #7B012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 73.65%
G = 0.6%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B012B (or 0x7B012B) is known color: Burgundy. HEX triplet: 7B, 01 and 2B. RGB value is (123,1,43). Sum of RGB (Red+Green+Blue) = 123+1+43=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B012B is #84FED4. Grayscale: #2A2A2A. Windows color (decimal): -8715989 or 2818427. OLE color: 2818427.

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

Color convert

RGB 123 1 43 -
CMYK 0 0.99 0.65 0.52
HSL 339.34º 0.98% 0.24% -
HSV(B) 339.34º 0.99% 0.48% -
XYZ 8.62 4.41 2.68 -
YUV 42.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 123 1 43 0 0.99 0.65 0.52 339.34 0.98 0.24
Hex 7B 1 2B 0 63 41 34 153 62 18
Octal 173 1 53 0 143 101 64 523 142 30
Binary 1111011 1 101011 0 1100011 1000001 110100 101010011 1100010 11000

Color Harmonies of #7B012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B012B

Black with #7B012B

Text Example


Text Example

White with #7B012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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