Html Css Color HEX #76092C Burgundy

📋 copy color: '#76092C'

red 118 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #76092C

Tints of Burgundy #76092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 69.01%
G = 5.26%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76092C (or 0x76092C) is known color: Burgundy. HEX triplet: 76, 09 and 2C. RGB value is (118,9,44). Sum of RGB (Red+Green+Blue) = 118+9+44=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #76092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76092C is #89F6D3. Grayscale: #2D2D2D. Windows color (decimal): -9041620 or 2886006. OLE color: 2886006.

HSL color Cylindrical-coordinate representation of color #76092C: hue angle of 340.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76092C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 44 -
CMYK 0 0.92 0.63 0.54
HSL 340.73º 0.86% 0.25% -
HSV(B) 340.73º 0.92% 0.46% -
XYZ 8.02 4.23 2.78 -
YUV 45.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 118 9 44 0 0.92 0.63 0.54 340.73 0.86 0.25
Hex 76 9 2C 0 5C 3F 36 155 56 19
Octal 166 11 54 0 134 77 66 525 126 31
Binary 1110110 1001 101100 0 1011100 111111 110110 101010101 1010110 11001

Color Harmonies of #76092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76092C

Black with #76092C

Text Example


Text Example

White with #76092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76092C; }

 p { color: rgb(118,9,44); }

 H1.HeaderClassName
 {
   color: #76092C;
 }
 .AnyTagClassName
 {
   color: #76092C;
 }
</style>

background-color css

<style>
 a { background-color: #76092C; }

 a { background-color: rgb(118,9,44); }

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

border-color css

<style>
 span { border-color: #76092C; }

 span { border-color: rgb(118,9,44); }

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