Html Css Color HEX #7B012D Burgundy

📋 copy color: '#7B012D'

red 123 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #7B012D

Tints of Burgundy #7B012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.63%

R = 72.78%
G = 0.59%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B012D (or 0x7B012D) is known color: Burgundy. HEX triplet: 7B, 01 and 2D. RGB value is (123,1,45). Sum of RGB (Red+Green+Blue) = 123+1+45=169 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.78% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 123 - color contains mainly: red. Hex color #7B012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B012D is #84FED2. Grayscale: #2A2A2A. Windows color (decimal): -8715987 or 2949499. OLE color: 2949499.

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

Color convert

RGB 123 1 45 -
CMYK 0 0.99 0.63 0.52
HSL 338.36º 0.98% 0.24% -
HSV(B) 338.36º 0.99% 0.48% -
XYZ 8.65 4.42 2.88 -
YUV 42.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 123 1 45 0 0.99 0.63 0.52 338.36 0.98 0.24
Hex 7B 1 2D 0 63 3F 34 152 62 18
Octal 173 1 55 0 143 77 64 522 142 30
Binary 1111011 1 101101 0 1100011 111111 110100 101010010 1100010 11000

Color Harmonies of #7B012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B012D

Black with #7B012D

Text Example


Text Example

White with #7B012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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