Html Css Color HEX #760616 Burgundy

📋 copy color: '#760616'

red 118 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #760616

Tints of Burgundy #760616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 80.82%
G = 4.11%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760616 (or 0x760616) is known color: Burgundy. HEX triplet: 76, 06 and 16. RGB value is (118,6,22). Sum of RGB (Red+Green+Blue) = 118+6+22=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #760616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760616 is #89F9E9. Grayscale: #292929. Windows color (decimal): -9042410 or 1443446. OLE color: 1443446.

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

Color convert

RGB 118 6 22 -
CMYK 0 0.95 0.81 0.54
HSL 351.43º 0.9% 0.24% -
HSV(B) 351.43º 0.95% 0.46% -
XYZ 7.68 4.04 1.13 -
YUV 41.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 118 6 22 0 0.95 0.81 0.54 351.43 0.9 0.24
Hex 76 6 16 0 5F 51 36 15F 5A 18
Octal 166 6 26 0 137 121 66 537 132 30
Binary 1110110 110 10110 0 1011111 1010001 110110 101011111 1011010 11000

Color Harmonies of #760616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760616

Black with #760616

Text Example


Text Example

White with #760616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760616; }

 p { color: rgb(118,6,22); }

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

background-color css

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

 a { background-color: rgb(118,6,22); }

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

border-color css

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

 span { border-color: rgb(118,6,22); }

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