Html Css Color HEX #76010F Burgundy

📋 copy color: '#76010F'

red 118 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #76010F

Tints of Burgundy #76010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 88.06%
G = 0.75%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76010F (or 0x76010F) is known color: Burgundy. HEX triplet: 76, 01 and 0F. RGB value is (118,1,15). Sum of RGB (Red+Green+Blue) = 118+1+15=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #76010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76010F is #89FEF0. Grayscale: #252525. Windows color (decimal): -9043697 or 983414. OLE color: 983414.

HSL color Cylindrical-coordinate representation of color #76010F: hue angle of 352.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76010F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 15 -
CMYK 0 0.99 0.87 0.54
HSL 352.82º 0.98% 0.23% -
HSV(B) 352.82º 0.99% 0.46% -
XYZ 7.57 3.91 0.81 -
YUV 37.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 118 1 15 0 0.99 0.87 0.54 352.82 0.98 0.23
Hex 76 1 F 0 63 57 36 161 62 17
Octal 166 1 17 0 143 127 66 541 142 27
Binary 1110110 1 1111 0 1100011 1010111 110110 101100001 1100010 10111

Color Harmonies of #76010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76010F

Black with #76010F

Text Example


Text Example

White with #76010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76010F; }

 p { color: rgb(118,1,15); }

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

background-color css

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

 a { background-color: rgb(118,1,15); }

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

border-color css

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

 span { border-color: rgb(118,1,15); }

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