Html Css Color HEX #76030F Burgundy

📋 copy color: '#76030F'

red 118 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #76030F

Tints of Burgundy #76030F

RGB

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

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

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

R = 86.76%
G = 2.21%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76030F (or 0x76030F) is known color: Burgundy. HEX triplet: 76, 03 and 0F. RGB value is (118,3,15). Sum of RGB (Red+Green+Blue) = 118+3+15=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #76030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76030F is #89FCF0. Grayscale: #262626. Windows color (decimal): -9043185 or 983926. OLE color: 983926.

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

Color convert

RGB 118 3 15 -
CMYK 0 0.97 0.87 0.54
HSL 353.74º 0.95% 0.24% -
HSV(B) 353.74º 0.97% 0.46% -
XYZ 7.59 3.95 0.81 -
YUV 38.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 118 3 15 0 0.97 0.87 0.54 353.74 0.95 0.24
Hex 76 3 F 0 61 57 36 162 5F 18
Octal 166 3 17 0 141 127 66 542 137 30
Binary 1110110 11 1111 0 1100001 1010111 110110 101100010 1011111 11000

Color Harmonies of #76030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76030F

Black with #76030F

Text Example


Text Example

White with #76030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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