Html Css Color HEX #76082B Burgundy

📋 copy color: '#76082B'

red 118 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #76082B

Tints of Burgundy #76082B

RGB

 RED value IS 118 (46.48% from 255) = 69.82%

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

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 69.82%
G = 4.73%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76082B (or 0x76082B) is known color: Burgundy. HEX triplet: 76, 08 and 2B. RGB value is (118,8,43). Sum of RGB (Red+Green+Blue) = 118+8+43=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76082B is #89F7D4. Grayscale: #2C2C2C. Windows color (decimal): -9041877 or 2820214. OLE color: 2820214.

HSL color Cylindrical-coordinate representation of color #76082B: hue angle of 340.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76082B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 43 -
CMYK 0 0.93 0.64 0.54
HSL 340.91º 0.87% 0.25% -
HSV(B) 340.91º 0.93% 0.46% -
XYZ 7.99 4.2 2.67 -
YUV 44.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 118 8 43 0 0.93 0.64 0.54 340.91 0.87 0.25
Hex 76 8 2B 0 5D 40 36 155 57 19
Octal 166 10 53 0 135 100 66 525 127 31
Binary 1110110 1000 101011 0 1011101 1000000 110110 101010101 1010111 11001

Color Harmonies of #76082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76082B

Black with #76082B

Text Example


Text Example

White with #76082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76082B; }

 p { color: rgb(118,8,43); }

 H1.HeaderClassName
 {
   color: #76082B;
 }
 .AnyTagClassName
 {
   color: #76082B;
 }
</style>

background-color css

<style>
 a { background-color: #76082B; }

 a { background-color: rgb(118,8,43); }

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

border-color css

<style>
 span { border-color: #76082B; }

 span { border-color: rgb(118,8,43); }

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