Html Css Color HEX #71030D Burgundy

📋 copy color: '#71030D'

red 113 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #71030D

Tints of Burgundy #71030D

RGB

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

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

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

R = 87.6%
G = 2.33%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71030D (or 0x71030D) is known color: Burgundy. HEX triplet: 71, 03 and 0D. RGB value is (113,3,13). Sum of RGB (Red+Green+Blue) = 113+3+13=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #71030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71030D is #8EFCF2. Grayscale: #252525. Windows color (decimal): -9370867 or 852849. OLE color: 852849.

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

Color convert

RGB 113 3 13 -
CMYK 0 0.97 0.88 0.56
HSL 354.55º 0.95% 0.23% -
HSV(B) 354.55º 0.97% 0.44% -
XYZ 6.92 3.6 0.71 -
YUV 37.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 113 3 13 0 0.97 0.88 0.56 354.55 0.95 0.23
Hex 71 3 D 0 61 58 38 163 5F 17
Octal 161 3 15 0 141 130 70 543 137 27
Binary 1110001 11 1101 0 1100001 1011000 111000 101100011 1011111 10111

Color Harmonies of #71030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71030D

Black with #71030D

Text Example


Text Example

White with #71030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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