Html Css Color HEX #76042A Burgundy

📋 copy color: '#76042A'

red 118 ◦ green 4 ◦ blue 42

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

Shades of Burgundy #76042A

Tints of Burgundy #76042A

RGB

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

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

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

R = 71.95%
G = 2.44%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76042A (or 0x76042A) is known color: Burgundy. HEX triplet: 76, 04 and 2A. RGB value is (118,4,42). Sum of RGB (Red+Green+Blue) = 118+4+42=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76042A is #89FBD5. Grayscale: #2A2A2A. Windows color (decimal): -9042902 or 2753654. OLE color: 2753654.

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

Color convert

RGB 118 4 42 -
CMYK 0 0.97 0.64 0.54
HSL 340º 0.93% 0.24% -
HSV(B) 340º 0.97% 0.46% -
XYZ 7.93 4.11 2.56 -
YUV 42.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 118 4 42 0 0.97 0.64 0.54 340 0.93 0.24
Hex 76 4 2A 0 61 40 36 154 5D 18
Octal 166 4 52 0 141 100 66 524 135 30
Binary 1110110 100 101010 0 1100001 1000000 110110 101010100 1011101 11000

Color Harmonies of #76042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76042A

Black with #76042A

Text Example


Text Example

White with #76042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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