Html Css Color HEX #71062D Burgundy

📋 copy color: '#71062D'

red 113 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #71062D

Tints of Burgundy #71062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 68.9%
G = 3.66%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71062D (or 0x71062D) is known color: Burgundy. HEX triplet: 71, 06 and 2D. RGB value is (113,6,45). Sum of RGB (Red+Green+Blue) = 113+6+45=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71062D is #8EF9D2. Grayscale: #2A2A2A. Windows color (decimal): -9370067 or 2950769. OLE color: 2950769.

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

Color convert

RGB 113 6 45 -
CMYK 0 0.95 0.60 0.56
HSL 338.13º 0.9% 0.23% -
HSV(B) 338.13º 0.95% 0.44% -
XYZ 7.35 3.83 2.83 -
YUV 42.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 113 6 45 0 0.95 0.60 0.56 338.13 0.9 0.23
Hex 71 6 2D 0 5F 3C 38 152 5A 17
Octal 161 6 55 0 137 74 70 522 132 27
Binary 1110001 110 101101 0 1011111 111100 111000 101010010 1011010 10111

Color Harmonies of #71062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71062D

Black with #71062D

Text Example


Text Example

White with #71062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,6,45); }

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

background-color css

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

 a { background-color: rgb(113,6,45); }

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

border-color css

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

 span { border-color: rgb(113,6,45); }

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