Html Css Color HEX #76091D Burgundy

📋 copy color: '#76091D'

red 118 ◦ green 9 ◦ blue 29

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

Shades of Burgundy #76091D

Tints of Burgundy #76091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 75.64%
G = 5.77%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76091D (or 0x76091D) is known color: Burgundy. HEX triplet: 76, 09 and 1D. RGB value is (118,9,29). Sum of RGB (Red+Green+Blue) = 118+9+29=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #76091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76091D is #89F6E2. Grayscale: #2B2B2B. Windows color (decimal): -9041635 or 1902966. OLE color: 1902966.

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

Color convert

RGB 118 9 29 -
CMYK 0 0.92 0.75 0.54
HSL 348.99º 0.86% 0.25% -
HSV(B) 348.99º 0.92% 0.46% -
XYZ 7.79 4.14 1.55 -
YUV 43.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 118 9 29 0 0.92 0.75 0.54 348.99 0.86 0.25
Hex 76 9 1D 0 5C 4B 36 15D 56 19
Octal 166 11 35 0 134 113 66 535 126 31
Binary 1110110 1001 11101 0 1011100 1001011 110110 101011101 1010110 11001

Color Harmonies of #76091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76091D

Black with #76091D

Text Example


Text Example

White with #76091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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