Html Css Color HEX #76031C Burgundy

📋 copy color: '#76031C'

red 118 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #76031C

Tints of Burgundy #76031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 79.19%
G = 2.01%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76031C (or 0x76031C) is known color: Burgundy. HEX triplet: 76, 03 and 1C. RGB value is (118,3,28). Sum of RGB (Red+Green+Blue) = 118+3+28=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76031C is #89FCE3. Grayscale: #282828. Windows color (decimal): -9043172 or 1835894. OLE color: 1835894.

HSL color Cylindrical-coordinate representation of color #76031C: hue angle of 346.96º degrees, saturation: 0.95, 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 #76031C is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 28 -
CMYK 0 0.97 0.76 0.54
HSL 346.96º 0.95% 0.24% -
HSV(B) 346.96º 0.97% 0.46% -
XYZ 7.71 4 1.46 -
YUV 40.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 118 3 28 0 0.97 0.76 0.54 346.96 0.95 0.24
Hex 76 3 1C 0 61 4C 36 15B 5F 18
Octal 166 3 34 0 141 114 66 533 137 30
Binary 1110110 11 11100 0 1100001 1001100 110110 101011011 1011111 11000

Color Harmonies of #76031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76031C

Black with #76031C

Text Example


Text Example

White with #76031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76031C; }

 p { color: rgb(118,3,28); }

 H1.HeaderClassName
 {
   color: #76031C;
 }
 .AnyTagClassName
 {
   color: #76031C;
 }
</style>

background-color css

<style>
 a { background-color: #76031C; }

 a { background-color: rgb(118,3,28); }

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

border-color css

<style>
 span { border-color: #76031C; }

 span { border-color: rgb(118,3,28); }

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