Html Css Color HEX #76051B Burgundy

📋 copy color: '#76051B'

red 118 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #76051B

Tints of Burgundy #76051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 78.67%
G = 3.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76051B (or 0x76051B) is known color: Burgundy. HEX triplet: 76, 05 and 1B. RGB value is (118,5,27). Sum of RGB (Red+Green+Blue) = 118+5+27=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76051B is #89FAE4. Grayscale: #292929. Windows color (decimal): -9042661 or 1770870. OLE color: 1770870.

HSL color Cylindrical-coordinate representation of color #76051B: hue angle of 348.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76051B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 27 -
CMYK 0 0.96 0.77 0.54
HSL 348.32º 0.92% 0.24% -
HSV(B) 348.32º 0.96% 0.46% -
XYZ 7.72 4.04 1.41 -
YUV 41.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 118 5 27 0 0.96 0.77 0.54 348.32 0.92 0.24
Hex 76 5 1B 0 60 4D 36 15C 5C 18
Octal 166 5 33 0 140 115 66 534 134 30
Binary 1110110 101 11011 0 1100000 1001101 110110 101011100 1011100 11000

Color Harmonies of #76051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76051B

Black with #76051B

Text Example


Text Example

White with #76051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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