Html Css Color HEX #71030C Burgundy

📋 copy color: '#71030C'

red 113 ◦ green 3 ◦ blue 12

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

Shades of Burgundy #71030C

Tints of Burgundy #71030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 88.28%
G = 2.34%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71030C (or 0x71030C) is known color: Burgundy. HEX triplet: 71, 03 and 0C. RGB value is (113,3,12). Sum of RGB (Red+Green+Blue) = 113+3+12=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #71030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71030C is #8EFCF3. Grayscale: #242424. Windows color (decimal): -9370868 or 787313. OLE color: 787313.

HSL color Cylindrical-coordinate representation of color #71030C: hue angle of 355.09º 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 #71030C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 12 -
CMYK 0 0.97 0.89 0.56
HSL 355.09º 0.95% 0.23% -
HSV(B) 355.09º 0.97% 0.44% -
XYZ 6.91 3.6 0.68 -
YUV 36.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 113 3 12 0 0.97 0.89 0.56 355.09 0.95 0.23
Hex 71 3 C 0 61 59 38 163 5F 17
Octal 161 3 14 0 141 131 70 543 137 27
Binary 1110001 11 1100 0 1100001 1011001 111000 101100011 1011111 10111

Color Harmonies of #71030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71030C

Black with #71030C

Text Example


Text Example

White with #71030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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