Html Css Color HEX #7B082F Burgundy

📋 copy color: '#7B082F'

red 123 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #7B082F

Tints of Burgundy #7B082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 69.1%
G = 4.49%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B082F (or 0x7B082F) is known color: Burgundy. HEX triplet: 7B, 08 and 2F. RGB value is (123,8,47). Sum of RGB (Red+Green+Blue) = 123+8+47=178 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.10% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 123 - color contains mainly: red. Hex color #7B082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B082F is #84F7D0. Grayscale: #2E2E2E. Windows color (decimal): -8714193 or 3082363. OLE color: 3082363.

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

Color convert

RGB 123 8 47 -
CMYK 0 0.93 0.62 0.52
HSL 339.65º 0.88% 0.26% -
HSV(B) 339.65º 0.93% 0.48% -
XYZ 8.77 4.59 3.11 -
YUV 46.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 123 8 47 0 0.93 0.62 0.52 339.65 0.88 0.26
Hex 7B 8 2F 0 5D 3E 34 154 58 1A
Octal 173 10 57 0 135 76 64 524 130 32
Binary 1111011 1000 101111 0 1011101 111110 110100 101010100 1011000 11010

Color Harmonies of #7B082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B082F

Black with #7B082F

Text Example


Text Example

White with #7B082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,47); }

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

background-color css

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

 a { background-color: rgb(123,8,47); }

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

border-color css

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

 span { border-color: rgb(123,8,47); }

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