Html Css Color HEX #71091C Burgundy

📋 copy color: '#71091C'

red 113 ◦ green 9 ◦ blue 28

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

Shades of Burgundy #71091C

Tints of Burgundy #71091C

RGB

 RED value IS 113 (44.53% from 255) = 75.33%

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 75.33%
G = 6%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71091C (or 0x71091C) is known color: Burgundy. HEX triplet: 71, 09 and 1C. RGB value is (113,9,28). Sum of RGB (Red+Green+Blue) = 113+9+28=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71091C is #8EF6E3. Grayscale: #2A2A2A. Windows color (decimal): -9369316 or 1837425. OLE color: 1837425.

HSL color Cylindrical-coordinate representation of color #71091C: hue angle of 349.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71091C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 28 -
CMYK 0 0.92 0.75 0.56
HSL 349.04º 0.85% 0.24% -
HSV(B) 349.04º 0.92% 0.44% -
XYZ 7.12 3.79 1.46 -
YUV 42.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 113 9 28 0 0.92 0.75 0.56 349.04 0.85 0.24
Hex 71 9 1C 0 5C 4B 38 15D 55 18
Octal 161 11 34 0 134 113 70 535 125 30
Binary 1110001 1001 11100 0 1011100 1001011 111000 101011101 1010101 11000

Color Harmonies of #71091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71091C

Black with #71091C

Text Example


Text Example

White with #71091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71091C; }

 p { color: rgb(113,9,28); }

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

background-color css

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

 a { background-color: rgb(113,9,28); }

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

border-color css

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

 span { border-color: rgb(113,9,28); }

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