Html Css Color HEX #7B0614 Burgundy

📋 copy color: '#7B0614'

red 123 ◦ green 6 ◦ blue 20

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

Shades of Burgundy #7B0614

Tints of Burgundy #7B0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 82.55%
G = 4.03%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7B0614 (or 0x7B0614) is known color: Burgundy. HEX triplet: 7B, 06 and 14. RGB value is (123,6,20). Sum of RGB (Red+Green+Blue) = 123+6+20=149 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82.55% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0614 is #84F9EB. Grayscale: #2A2A2A. Windows color (decimal): -8714732 or 1312379. OLE color: 1312379.

HSL color Cylindrical-coordinate representation of color #7B0614: hue angle of 352.82º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0614 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 6 20 -
CMYK 0 0.95 0.84 0.52
HSL 352.82º 0.91% 0.25% -
HSV(B) 352.82º 0.95% 0.48% -
XYZ 8.36 4.39 1.07 -
YUV 42.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 123 6 20 0 0.95 0.84 0.52 352.82 0.91 0.25
Hex 7B 6 14 0 5F 54 34 161 5B 19
Octal 173 6 24 0 137 124 64 541 133 31
Binary 1111011 110 10100 0 1011111 1010100 110100 101100001 1011011 11001

Color Harmonies of #7B0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0614

Black with #7B0614

Text Example


Text Example

White with #7B0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,6,20); }

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

background-color css

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

 a { background-color: rgb(123,6,20); }

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

border-color css

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

 span { border-color: rgb(123,6,20); }

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