Html Css Color HEX #76000B Burgundy

📋 copy color: '#76000B'

red 118 ◦ green 0 ◦ blue 11

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

Shades of Burgundy #76000B

Tints of Burgundy #76000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 8.53%

R = 91.47%
G = 0%
B = 8.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76000B (or 0x76000B) is known color: Burgundy. HEX triplet: 76, 00 and 0B. RGB value is (118,0,11). Sum of RGB (Red+Green+Blue) = 118+0+11=129 (17% of max value = 765). Red value is 118 (46.48% from 255 or 91.47% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 118 - color contains mainly: red. Hex color #76000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000B is #89FFF4. Grayscale: #242424. Windows color (decimal): -9043957 or 721014. OLE color: 721014.

HSL color Cylindrical-coordinate representation of color #76000B: hue angle of 354.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76000B is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 11 -
CMYK 0 1 0.91 0.54
HSL 354.41º 1% 0.23% -
HSV(B) 354.41º 1% 0.46% -
XYZ 7.53 3.88 0.67 -
YUV 36.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 118 0 11 0 1 0.91 0.54 354.41 1 0.23
Hex 76 0 B 0 64 5B 36 162 64 17
Octal 166 0 13 0 144 133 66 542 144 27
Binary 1110110 0 1011 0 1100100 1011011 110110 101100010 1100100 10111

Color Harmonies of #76000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76000B

Black with #76000B

Text Example


Text Example

White with #76000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,0,11); }

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

background-color css

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

 a { background-color: rgb(118,0,11); }

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

border-color css

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

 span { border-color: rgb(118,0,11); }

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