Html Css Color HEX #760331 Burgundy

📋 copy color: '#760331'

red 118 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #760331

Tints of Burgundy #760331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

 BLUE value IS 49 (19.53% from 255) = 28.82%

R = 69.41%
G = 1.76%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760331 (or 0x760331) is known color: Burgundy. HEX triplet: 76, 03 and 31. RGB value is (118,3,49). Sum of RGB (Red+Green+Blue) = 118+3+49=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #760331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760331 is #89FCCE. Grayscale: #2A2A2A. Windows color (decimal): -9043151 or 3212150. OLE color: 3212150.

HSL color Cylindrical-coordinate representation of color #760331: hue angle of 336º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760331 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 49 -
CMYK 0 0.97 0.58 0.54
HSL 336º 0.95% 0.24% -
HSV(B) 336º 0.97% 0.46% -
XYZ 8.06 4.14 3.28 -
YUV 42.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 118 3 49 0 0.97 0.58 0.54 336 0.95 0.24
Hex 76 3 31 0 61 3A 36 150 5F 18
Octal 166 3 61 0 141 72 66 520 137 30
Binary 1110110 11 110001 0 1100001 111010 110110 101010000 1011111 11000

Color Harmonies of #760331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760331

Black with #760331

Text Example


Text Example

White with #760331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760331; }

 p { color: rgb(118,3,49); }

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

background-color css

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

 a { background-color: rgb(118,3,49); }

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

border-color css

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

 span { border-color: rgb(118,3,49); }

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