Html Css Color HEX #71090D Burgundy

📋 copy color: '#71090D'

red 113 ◦ green 9 ◦ blue 13

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

Shades of Burgundy #71090D

Tints of Burgundy #71090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 83.7%
G = 6.67%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71090D (or 0x71090D) is known color: Burgundy. HEX triplet: 71, 09 and 0D. RGB value is (113,9,13). Sum of RGB (Red+Green+Blue) = 113+9+13=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #71090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71090D is #8EF6F2. Grayscale: #282828. Windows color (decimal): -9369331 or 854385. OLE color: 854385.

HSL color Cylindrical-coordinate representation of color #71090D: hue angle of 357.69º 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 #71090D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 13 -
CMYK 0 0.92 0.88 0.56
HSL 357.69º 0.85% 0.24% -
HSV(B) 357.69º 0.92% 0.44% -
XYZ 6.98 3.74 0.73 -
YUV 40.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 113 9 13 0 0.92 0.88 0.56 357.69 0.85 0.24
Hex 71 9 D 0 5C 58 38 166 55 18
Octal 161 11 15 0 134 130 70 546 125 30
Binary 1110001 1001 1101 0 1011100 1011000 111000 101100110 1010101 11000

Color Harmonies of #71090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71090D

Black with #71090D

Text Example


Text Example

White with #71090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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