Html Css Color HEX #71030F Burgundy

📋 copy color: '#71030F'

red 113 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #71030F

Tints of Burgundy #71030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 86.26%
G = 2.29%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71030F (or 0x71030F) is known color: Burgundy. HEX triplet: 71, 03 and 0F. RGB value is (113,3,15). Sum of RGB (Red+Green+Blue) = 113+3+15=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #71030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71030F is #8EFCF0. Grayscale: #252525. Windows color (decimal): -9370865 or 983921. OLE color: 983921.

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

Color convert

RGB 113 3 15 -
CMYK 0 0.97 0.87 0.56
HSL 353.45º 0.95% 0.23% -
HSV(B) 353.45º 0.97% 0.44% -
XYZ 6.93 3.61 0.78 -
YUV 37.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 113 3 15 0 0.97 0.87 0.56 353.45 0.95 0.23
Hex 71 3 F 0 61 57 38 161 5F 17
Octal 161 3 17 0 141 127 70 541 137 27
Binary 1110001 11 1111 0 1100001 1010111 111000 101100001 1011111 10111

Color Harmonies of #71030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71030F

Black with #71030F

Text Example


Text Example

White with #71030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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