Html Css Color HEX #760B2E Burgundy

📋 copy color: '#760B2E'

red 118 ◦ green 11 ◦ blue 46

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

Shades of Burgundy #760B2E

Tints of Burgundy #760B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 67.43%
G = 6.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#760B2E (or 0x760B2E) is known color: Burgundy. HEX triplet: 76, 0B and 2E. RGB value is (118,11,46). Sum of RGB (Red+Green+Blue) = 118+11+46=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B2E is #89F4D1. Grayscale: #2E2E2E. Windows color (decimal): -9041106 or 3017590. OLE color: 3017590.

HSL color Cylindrical-coordinate representation of color #760B2E: hue angle of 340.37º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B2E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 11 46 -
CMYK 0 0.91 0.61 0.54
HSL 340.37º 0.83% 0.25% -
HSV(B) 340.37º 0.91% 0.46% -
XYZ 8.08 4.29 2.99 -
YUV 46.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 118 11 46 0 0.91 0.61 0.54 340.37 0.83 0.25
Hex 76 B 2E 0 5B 3D 36 154 53 19
Octal 166 13 56 0 133 75 66 524 123 31
Binary 1110110 1011 101110 0 1011011 111101 110110 101010100 1010011 11001

Color Harmonies of #760B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B2E

Black with #760B2E

Text Example


Text Example

White with #760B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760B2E; }

 p { color: rgb(118,11,46); }

 H1.HeaderClassName
 {
   color: #760B2E;
 }
 .AnyTagClassName
 {
   color: #760B2E;
 }
</style>

background-color css

<style>
 a { background-color: #760B2E; }

 a { background-color: rgb(118,11,46); }

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

border-color css

<style>
 span { border-color: #760B2E; }

 span { border-color: rgb(118,11,46); }

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