Html Css Color HEX #76041F Burgundy

📋 copy color: '#76041F'

red 118 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #76041F

Tints of Burgundy #76041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 77.12%
G = 2.61%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76041F (or 0x76041F) is known color: Burgundy. HEX triplet: 76, 04 and 1F. RGB value is (118,4,31). Sum of RGB (Red+Green+Blue) = 118+4+31=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76041F is #89FBE0. Grayscale: #292929. Windows color (decimal): -9042913 or 2032758. OLE color: 2032758.

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

Color convert

RGB 118 4 31 -
CMYK 0 0.97 0.74 0.54
HSL 345.79º 0.93% 0.24% -
HSV(B) 345.79º 0.97% 0.46% -
XYZ 7.76 4.04 1.67 -
YUV 41.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 118 4 31 0 0.97 0.74 0.54 345.79 0.93 0.24
Hex 76 4 1F 0 61 4A 36 15A 5D 18
Octal 166 4 37 0 141 112 66 532 135 30
Binary 1110110 100 11111 0 1100001 1001010 110110 101011010 1011101 11000

Color Harmonies of #76041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76041F

Black with #76041F

Text Example


Text Example

White with #76041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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