Html Css Color HEX #71010F Burgundy

📋 copy color: '#71010F'

red 113 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #71010F

Tints of Burgundy #71010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 87.6%
G = 0.78%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71010F (or 0x71010F) is known color: Burgundy. HEX triplet: 71, 01 and 0F. RGB value is (113,1,15). Sum of RGB (Red+Green+Blue) = 113+1+15=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #71010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71010F is #8EFEF0. Grayscale: #242424. Windows color (decimal): -9371377 or 983409. OLE color: 983409.

HSL color Cylindrical-coordinate representation of color #71010F: hue angle of 352.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71010F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 15 -
CMYK 0 0.99 0.87 0.56
HSL 352.5º 0.98% 0.22% -
HSV(B) 352.5º 0.99% 0.44% -
XYZ 6.91 3.57 0.78 -
YUV 36.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 113 1 15 0 0.99 0.87 0.56 352.5 0.98 0.22
Hex 71 1 F 0 63 57 38 160 62 16
Octal 161 1 17 0 143 127 70 540 142 26
Binary 1110001 1 1111 0 1100011 1010111 111000 101100000 1100010 10110

Color Harmonies of #71010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71010F

Black with #71010F

Text Example


Text Example

White with #71010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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