Html Css Color HEX #7B0C1D Burgundy

📋 copy color: '#7B0C1D'

red 123 ◦ green 12 ◦ blue 29

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

Shades of Burgundy #7B0C1D

Tints of Burgundy #7B0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.32%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 75%
G = 7.32%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B0C1D (or 0x7B0C1D) is known color: Burgundy. HEX triplet: 7B, 0C and 1D. RGB value is (123,12,29). Sum of RGB (Red+Green+Blue) = 123+12+29=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0C1D is #84F3E2. Grayscale: #2F2F2F. Windows color (decimal): -8713187 or 1903739. OLE color: 1903739.

HSL color Cylindrical-coordinate representation of color #7B0C1D: hue angle of 350.81º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C1D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 12 29 -
CMYK 0 0.90 0.76 0.52
HSL 350.81º 0.82% 0.26% -
HSV(B) 350.81º 0.9% 0.48% -
XYZ 8.52 4.56 1.59 -
YUV 47.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 123 12 29 0 0.90 0.76 0.52 350.81 0.82 0.26
Hex 7B C 1D 0 5A 4C 34 15F 52 1A
Octal 173 14 35 0 132 114 64 537 122 32
Binary 1111011 1100 11101 0 1011010 1001100 110100 101011111 1010010 11010

Color Harmonies of #7B0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0C1D

Black with #7B0C1D

Text Example


Text Example

White with #7B0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,12,29); }

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

background-color css

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

 a { background-color: rgb(123,12,29); }

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

border-color css

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

 span { border-color: rgb(123,12,29); }

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