Html Css Color HEX #76002B Burgundy

📋 copy color: '#76002B'

red 118 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #76002B

Tints of Burgundy #76002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.29%
G = 0%
B = 26.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76002B (or 0x76002B) is known color: Burgundy. HEX triplet: 76, 00 and 2B. RGB value is (118,0,43). Sum of RGB (Red+Green+Blue) = 118+0+43=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #76002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002B is #89FFD4. Grayscale: #282828. Windows color (decimal): -9043925 or 2818166. OLE color: 2818166.

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

Color convert

RGB 118 0 43 -
CMYK 0 1 0.64 0.54
HSL 338.14º 1% 0.23% -
HSV(B) 338.14º 1% 0.46% -
XYZ 7.91 4.03 2.65 -
YUV 40.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 118 0 43 0 1 0.64 0.54 338.14 1 0.23
Hex 76 0 2B 0 64 40 36 152 64 17
Octal 166 0 53 0 144 100 66 522 144 27
Binary 1110110 0 101011 0 1100100 1000000 110110 101010010 1100100 10111

Color Harmonies of #76002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76002B

Black with #76002B

Text Example


Text Example

White with #76002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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