Html Css Color HEX #76012A Burgundy

📋 copy color: '#76012A'

red 118 ◦ green 1 ◦ blue 42

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

Shades of Burgundy #76012A

Tints of Burgundy #76012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 73.29%
G = 0.62%
B = 26.09%

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

#76012A (or 0x76012A) is known color: Burgundy. HEX triplet: 76, 01 and 2A. RGB value is (118,1,42). Sum of RGB (Red+Green+Blue) = 118+1+42=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #76012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76012A is #89FED5. Grayscale: #282828. Windows color (decimal): -9043670 or 2752886. OLE color: 2752886.

HSL color Cylindrical-coordinate representation of color #76012A: hue angle of 338.97º 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 #76012A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 42 -
CMYK 0 0.99 0.64 0.54
HSL 338.97º 0.98% 0.23% -
HSV(B) 338.97º 0.99% 0.46% -
XYZ 7.9 4.04 2.55 -
YUV 40.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 118 1 42 0 0.99 0.64 0.54 338.97 0.98 0.23
Hex 76 1 2A 0 63 40 36 153 62 17
Octal 166 1 52 0 143 100 66 523 142 27
Binary 1110110 1 101010 0 1100011 1000000 110110 101010011 1100010 10111

Color Harmonies of #76012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76012A

Black with #76012A

Text Example


Text Example

White with #76012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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