Html Css Color HEX #76071F Burgundy

📋 copy color: '#76071F'

red 118 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #76071F

Tints of Burgundy #76071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 75.64%
G = 4.49%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76071F (or 0x76071F) is known color: Burgundy. HEX triplet: 76, 07 and 1F. RGB value is (118,7,31). Sum of RGB (Red+Green+Blue) = 118+7+31=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #76071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76071F is #89F8E0. Grayscale: #2A2A2A. Windows color (decimal): -9042145 or 2033526. OLE color: 2033526.

HSL color Cylindrical-coordinate representation of color #76071F: hue angle of 347.03º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76071F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 31 -
CMYK 0 0.94 0.74 0.54
HSL 347.03º 0.89% 0.25% -
HSV(B) 347.03º 0.94% 0.46% -
XYZ 7.79 4.1 1.68 -
YUV 42.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 118 7 31 0 0.94 0.74 0.54 347.03 0.89 0.25
Hex 76 7 1F 0 5E 4A 36 15B 59 19
Octal 166 7 37 0 136 112 66 533 131 31
Binary 1110110 111 11111 0 1011110 1001010 110110 101011011 1011001 11001

Color Harmonies of #76071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76071F

Black with #76071F

Text Example


Text Example

White with #76071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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