Html Css Color HEX #71000D Burgundy

📋 copy color: '#71000D'

red 113 ◦ green 0 ◦ blue 13

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

Shades of Burgundy #71000D

Tints of Burgundy #71000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.68%
G = 0%
B = 10.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71000D (or 0x71000D) is known color: Burgundy. HEX triplet: 71, 00 and 0D. RGB value is (113,0,13). Sum of RGB (Red+Green+Blue) = 113+0+13=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #71000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71000D is #8EFFF2. Grayscale: #232323. Windows color (decimal): -9371635 or 852081. OLE color: 852081.

HSL color Cylindrical-coordinate representation of color #71000D: hue angle of 353.1º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71000D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 13 -
CMYK 0 1 0.88 0.56
HSL 353.1º 1% 0.22% -
HSV(B) 353.1º 1% 0.44% -
XYZ 6.88 3.54 0.7 -
YUV 35.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 113 0 13 0 1 0.88 0.56 353.1 1 0.22
Hex 71 0 D 0 64 58 38 161 64 16
Octal 161 0 15 0 144 130 70 541 144 26
Binary 1110001 0 1101 0 1100100 1011000 111000 101100001 1100100 10110

Color Harmonies of #71000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71000D

Black with #71000D

Text Example


Text Example

White with #71000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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