Html Css Color HEX #760316 Burgundy

📋 copy color: '#760316'

red 118 ◦ green 3 ◦ blue 22

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

Shades of Burgundy #760316

Tints of Burgundy #760316

RGB

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

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

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

R = 82.52%
G = 2.1%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760316 (or 0x760316) is known color: Burgundy. HEX triplet: 76, 03 and 16. RGB value is (118,3,22). Sum of RGB (Red+Green+Blue) = 118+3+22=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760316 is #89FCE9. Grayscale: #272727. Windows color (decimal): -9043178 or 1442678. OLE color: 1442678.

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

Color convert

RGB 118 3 22 -
CMYK 0 0.97 0.81 0.54
HSL 350.09º 0.95% 0.24% -
HSV(B) 350.09º 0.97% 0.46% -
XYZ 7.65 3.97 1.12 -
YUV 39.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 118 3 22 0 0.97 0.81 0.54 350.09 0.95 0.24
Hex 76 3 16 0 61 51 36 15E 5F 18
Octal 166 3 26 0 141 121 66 536 137 30
Binary 1110110 11 10110 0 1100001 1010001 110110 101011110 1011111 11000

Color Harmonies of #760316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760316

Black with #760316

Text Example


Text Example

White with #760316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760316; }

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

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

background-color css

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

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

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

border-color css

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

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

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