Html Css Color HEX #7B0F12 Burgundy

📋 copy color: '#7B0F12'

red 123 ◦ green 15 ◦ blue 18

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

Shades of Burgundy #7B0F12

Tints of Burgundy #7B0F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 78.85%
G = 9.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B0F12 (or 0x7B0F12) is known color: Burgundy. HEX triplet: 7B, 0F and 12. RGB value is (123,15,18). Sum of RGB (Red+Green+Blue) = 123+15+18=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0F12 is #84F0ED. Grayscale: #2F2F2F. Windows color (decimal): -8712430 or 1183611. OLE color: 1183611.

HSL color Cylindrical-coordinate representation of color #7B0F12: hue angle of 358.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F12 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 15 18 -
CMYK 0 0.88 0.85 0.52
HSL 358.33º 0.78% 0.27% -
HSV(B) 358.33º 0.88% 0.48% -
XYZ 8.45 4.6 1.01 -
YUV 47.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 123 15 18 0 0.88 0.85 0.52 358.33 0.78 0.27
Hex 7B F 12 0 58 55 34 166 4E 1B
Octal 173 17 22 0 130 125 64 546 116 33
Binary 1111011 1111 10010 0 1011000 1010101 110100 101100110 1001110 11011

Color Harmonies of #7B0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0F12

Black with #7B0F12

Text Example


Text Example

White with #7B0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,15,18); }

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

background-color css

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

 a { background-color: rgb(123,15,18); }

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

border-color css

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

 span { border-color: rgb(123,15,18); }

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