Html Css Color HEX #76002F Burgundy

📋 copy color: '#76002F'

red 118 ◦ green 0 ◦ blue 47

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

Shades of Burgundy #76002F

Tints of Burgundy #76002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 71.52%
G = 0%
B = 28.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76002F (or 0x76002F) is known color: Burgundy. HEX triplet: 76, 00 and 2F. RGB value is (118,0,47). Sum of RGB (Red+Green+Blue) = 118+0+47=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76002F is #89FFD0. Grayscale: #282828. Windows color (decimal): -9043921 or 3080310. OLE color: 3080310.

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

Color convert

RGB 118 0 47 -
CMYK 0 1 0.60 0.54
HSL 336.1º 1% 0.23% -
HSV(B) 336.1º 1% 0.46% -
XYZ 7.98 4.06 3.05 -
YUV 40.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 118 0 47 0 1 0.60 0.54 336.1 1 0.23
Hex 76 0 2F 0 64 3C 36 150 64 17
Octal 166 0 57 0 144 74 66 520 144 27
Binary 1110110 0 101111 0 1100100 111100 110110 101010000 1100100 10111

Color Harmonies of #76002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76002F

Black with #76002F

Text Example


Text Example

White with #76002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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