Html Css Color HEX #76082F Burgundy

📋 copy color: '#76082F'

red 118 ◦ green 8 ◦ blue 47

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

Shades of Burgundy #76082F

Tints of Burgundy #76082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 68.21%
G = 4.62%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76082F (or 0x76082F) is known color: Burgundy. HEX triplet: 76, 08 and 2F. RGB value is (118,8,47). Sum of RGB (Red+Green+Blue) = 118+8+47=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #76082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76082F is #89F7D0. Grayscale: #2D2D2D. Windows color (decimal): -9041873 or 3082358. OLE color: 3082358.

HSL color Cylindrical-coordinate representation of color #76082F: hue angle of 338.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76082F is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 47 -
CMYK 0 0.93 0.60 0.54
HSL 338.73º 0.87% 0.25% -
HSV(B) 338.73º 0.93% 0.46% -
XYZ 8.07 4.23 3.08 -
YUV 45.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 118 8 47 0 0.93 0.60 0.54 338.73 0.87 0.25
Hex 76 8 2F 0 5D 3C 36 153 57 19
Octal 166 10 57 0 135 74 66 523 127 31
Binary 1110110 1000 101111 0 1011101 111100 110110 101010011 1010111 11001

Color Harmonies of #76082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76082F

Black with #76082F

Text Example


Text Example

White with #76082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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