Html Css Color HEX #76091F Burgundy

📋 copy color: '#76091F'

red 118 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #76091F

Tints of Burgundy #76091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 74.68%
G = 5.7%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76091F (or 0x76091F) is known color: Burgundy. HEX triplet: 76, 09 and 1F. RGB value is (118,9,31). Sum of RGB (Red+Green+Blue) = 118+9+31=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #76091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76091F is #89F6E0. Grayscale: #2C2C2C. Windows color (decimal): -9041633 or 2034038. OLE color: 2034038.

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

Color convert

RGB 118 9 31 -
CMYK 0 0.92 0.74 0.54
HSL 347.89º 0.86% 0.25% -
HSV(B) 347.89º 0.92% 0.46% -
XYZ 7.82 4.15 1.68 -
YUV 44.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 118 9 31 0 0.92 0.74 0.54 347.89 0.86 0.25
Hex 76 9 1F 0 5C 4A 36 15C 56 19
Octal 166 11 37 0 134 112 66 534 126 31
Binary 1110110 1001 11111 0 1011100 1001010 110110 101011100 1010110 11001

Color Harmonies of #76091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76091F

Black with #76091F

Text Example


Text Example

White with #76091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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