Html Css Color HEX #76001F Burgundy

📋 copy color: '#76001F'

red 118 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #76001F

Tints of Burgundy #76001F

RGB

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

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

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

R = 79.19%
G = 0%
B = 20.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76001F (or 0x76001F) is known color: Burgundy. HEX triplet: 76, 00 and 1F. RGB value is (118,0,31). Sum of RGB (Red+Green+Blue) = 118+0+31=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76001F is #89FFE0. Grayscale: #262626. Windows color (decimal): -9043937 or 2031734. OLE color: 2031734.

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

Color convert

RGB 118 0 31 -
CMYK 0 1 0.74 0.54
HSL 344.24º 1% 0.23% -
HSV(B) 344.24º 1% 0.46% -
XYZ 7.72 3.95 1.65 -
YUV 38.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 118 0 31 0 1 0.74 0.54 344.24 1 0.23
Hex 76 0 1F 0 64 4A 36 158 64 17
Octal 166 0 37 0 144 112 66 530 144 27
Binary 1110110 0 11111 0 1100100 1001010 110110 101011000 1100100 10111

Color Harmonies of #76001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76001F

Black with #76001F

Text Example


Text Example

White with #76001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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