Html Css Color HEX #76012B Burgundy

📋 copy color: '#76012B'

red 118 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #76012B

Tints of Burgundy #76012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 72.84%
G = 0.62%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76012B (or 0x76012B) is known color: Burgundy. HEX triplet: 76, 01 and 2B. RGB value is (118,1,43). Sum of RGB (Red+Green+Blue) = 118+1+43=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76012B is #89FED4. Grayscale: #282828. Windows color (decimal): -9043669 or 2818422. OLE color: 2818422.

HSL color Cylindrical-coordinate representation of color #76012B: hue angle of 338.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76012B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 43 -
CMYK 0 0.99 0.64 0.54
HSL 338.46º 0.98% 0.23% -
HSV(B) 338.46º 0.99% 0.46% -
XYZ 7.92 4.05 2.65 -
YUV 40.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 118 1 43 0 0.99 0.64 0.54 338.46 0.98 0.23
Hex 76 1 2B 0 63 40 36 152 62 17
Octal 166 1 53 0 143 100 66 522 142 27
Binary 1110110 1 101011 0 1100011 1000000 110110 101010010 1100010 10111

Color Harmonies of #76012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76012B

Black with #76012B

Text Example


Text Example

White with #76012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76012B; }

 p { color: rgb(118,1,43); }

 H1.HeaderClassName
 {
   color: #76012B;
 }
 .AnyTagClassName
 {
   color: #76012B;
 }
</style>

background-color css

<style>
 a { background-color: #76012B; }

 a { background-color: rgb(118,1,43); }

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

border-color css

<style>
 span { border-color: #76012B; }

 span { border-color: rgb(118,1,43); }

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