Html Css Color HEX #760320 Burgundy

📋 copy color: '#760320'

red 118 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #760320

Tints of Burgundy #760320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.92%

R = 77.12%
G = 1.96%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760320 (or 0x760320) is known color: Burgundy. HEX triplet: 76, 03 and 20. RGB value is (118,3,32). Sum of RGB (Red+Green+Blue) = 118+3+32=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #760320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760320 is #89FCDF. Grayscale: #282828. Windows color (decimal): -9043168 or 2098038. OLE color: 2098038.

HSL color Cylindrical-coordinate representation of color #760320: hue angle of 344.87º 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 #760320 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 32 -
CMYK 0 0.97 0.73 0.54
HSL 344.87º 0.95% 0.24% -
HSV(B) 344.87º 0.97% 0.46% -
XYZ 7.76 4.02 1.73 -
YUV 40.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 118 3 32 0 0.97 0.73 0.54 344.87 0.95 0.24
Hex 76 3 20 0 61 49 36 159 5F 18
Octal 166 3 40 0 141 111 66 531 137 30
Binary 1110110 11 100000 0 1100001 1001001 110110 101011001 1011111 11000

Color Harmonies of #760320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760320

Black with #760320

Text Example


Text Example

White with #760320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760320; }

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

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

background-color css

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

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

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

border-color css

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

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

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