Html Css Color HEX #76091B Burgundy

📋 copy color: '#76091B'

red 118 ◦ green 9 ◦ blue 27

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

Shades of Burgundy #76091B

Tints of Burgundy #76091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 76.62%
G = 5.84%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76091B (or 0x76091B) is known color: Burgundy. HEX triplet: 76, 09 and 1B. RGB value is (118,9,27). Sum of RGB (Red+Green+Blue) = 118+9+27=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #76091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76091B is #89F6E4. Grayscale: #2B2B2B. Windows color (decimal): -9041637 or 1771894. OLE color: 1771894.

HSL color Cylindrical-coordinate representation of color #76091B: hue angle of 350.09º 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 #76091B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 27 -
CMYK 0 0.92 0.77 0.54
HSL 350.09º 0.86% 0.25% -
HSV(B) 350.09º 0.92% 0.46% -
XYZ 7.77 4.13 1.42 -
YUV 43.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 118 9 27 0 0.92 0.77 0.54 350.09 0.86 0.25
Hex 76 9 1B 0 5C 4D 36 15E 56 19
Octal 166 11 33 0 134 115 66 536 126 31
Binary 1110110 1001 11011 0 1011100 1001101 110110 101011110 1010110 11001

Color Harmonies of #76091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76091B

Black with #76091B

Text Example


Text Example

White with #76091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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