Html Css Color HEX #76061F Burgundy

📋 copy color: '#76061F'

red 118 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #76061F

Tints of Burgundy #76061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 76.13%
G = 3.87%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76061F (or 0x76061F) is known color: Burgundy. HEX triplet: 76, 06 and 1F. RGB value is (118,6,31). Sum of RGB (Red+Green+Blue) = 118+6+31=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #76061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76061F is #89F9E0. Grayscale: #2A2A2A. Windows color (decimal): -9042401 or 2033270. OLE color: 2033270.

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

Color convert

RGB 118 6 31 -
CMYK 0 0.95 0.74 0.54
HSL 346.61º 0.9% 0.24% -
HSV(B) 346.61º 0.95% 0.46% -
XYZ 7.78 4.08 1.67 -
YUV 42.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 118 6 31 0 0.95 0.74 0.54 346.61 0.9 0.24
Hex 76 6 1F 0 5F 4A 36 15B 5A 18
Octal 166 6 37 0 137 112 66 533 132 30
Binary 1110110 110 11111 0 1011111 1001010 110110 101011011 1011010 11000

Color Harmonies of #76061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76061F

Black with #76061F

Text Example


Text Example

White with #76061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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