Html Css Color HEX #76001D Burgundy

📋 copy color: '#76001D'

red 118 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #76001D

Tints of Burgundy #76001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 80.27%
G = 0%
B = 19.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76001D (or 0x76001D) is known color: Burgundy. HEX triplet: 76, 00 and 1D. RGB value is (118,0,29). Sum of RGB (Red+Green+Blue) = 118+0+29=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #76001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76001D is #89FFE2. Grayscale: #262626. Windows color (decimal): -9043939 or 1900662. OLE color: 1900662.

HSL color Cylindrical-coordinate representation of color #76001D: hue angle of 345.25º 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 #76001D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 29 -
CMYK 0 1 0.75 0.54
HSL 345.25º 1% 0.23% -
HSV(B) 345.25º 1% 0.46% -
XYZ 7.69 3.94 1.52 -
YUV 38.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 118 0 29 0 1 0.75 0.54 345.25 1 0.23
Hex 76 0 1D 0 64 4B 36 159 64 17
Octal 166 0 35 0 144 113 66 531 144 27
Binary 1110110 0 11101 0 1100100 1001011 110110 101011001 1100100 10111

Color Harmonies of #76001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76001D

Black with #76001D

Text Example


Text Example

White with #76001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76001D; }

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

 H1.HeaderClassName
 {
   color: #76001D;
 }
 .AnyTagClassName
 {
   color: #76001D;
 }
</style>

background-color css

<style>
 a { background-color: #76001D; }

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

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

border-color css

<style>
 span { border-color: #76001D; }

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

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