Html Css Color HEX #71000F Burgundy

📋 copy color: '#71000F'

red 113 ◦ green 0 ◦ blue 15

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

Shades of Burgundy #71000F

Tints of Burgundy #71000F

RGB

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

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

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

R = 88.28%
G = 0%
B = 11.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71000F (or 0x71000F) is known color: Burgundy. HEX triplet: 71, 00 and 0F. RGB value is (113,0,15). Sum of RGB (Red+Green+Blue) = 113+0+15=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #71000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71000F is #8EFFF0. Grayscale: #232323. Windows color (decimal): -9371633 or 983153. OLE color: 983153.

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

Color convert

RGB 113 0 15 -
CMYK 0 1 0.87 0.56
HSL 352.04º 1% 0.22% -
HSV(B) 352.04º 1% 0.44% -
XYZ 6.9 3.55 0.77 -
YUV 35.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 113 0 15 0 1 0.87 0.56 352.04 1 0.22
Hex 71 0 F 0 64 57 38 160 64 16
Octal 161 0 17 0 144 127 70 540 144 26
Binary 1110001 0 1111 0 1100100 1010111 111000 101100000 1100100 10110

Color Harmonies of #71000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71000F

Black with #71000F

Text Example


Text Example

White with #71000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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