Html Css Color HEX #76021E Burgundy

📋 copy color: '#76021E'

red 118 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #76021E

Tints of Burgundy #76021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 78.67%
G = 1.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76021E (or 0x76021E) is known color: Burgundy. HEX triplet: 76, 02 and 1E. RGB value is (118,2,30). Sum of RGB (Red+Green+Blue) = 118+2+30=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76021E is #89FDE1. Grayscale: #272727. Windows color (decimal): -9043426 or 1966710. OLE color: 1966710.

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

Color convert

RGB 118 2 30 -
CMYK 0 0.98 0.75 0.54
HSL 345.52º 0.97% 0.24% -
HSV(B) 345.52º 0.98% 0.46% -
XYZ 7.73 3.99 1.59 -
YUV 39.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 118 2 30 0 0.98 0.75 0.54 345.52 0.97 0.24
Hex 76 2 1E 0 62 4B 36 15A 61 18
Octal 166 2 36 0 142 113 66 532 141 30
Binary 1110110 10 11110 0 1100010 1001011 110110 101011010 1100001 11000

Color Harmonies of #76021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76021E

Black with #76021E

Text Example


Text Example

White with #76021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76021E; }

 p { color: rgb(118,2,30); }

 H1.HeaderClassName
 {
   color: #76021E;
 }
 .AnyTagClassName
 {
   color: #76021E;
 }
</style>

background-color css

<style>
 a { background-color: #76021E; }

 a { background-color: rgb(118,2,30); }

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

border-color css

<style>
 span { border-color: #76021E; }

 span { border-color: rgb(118,2,30); }

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