Html Css Color HEX #71092A Burgundy

📋 copy color: '#71092A'

red 113 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #71092A

Tints of Burgundy #71092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 68.9%
G = 5.49%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71092A (or 0x71092A) is known color: Burgundy. HEX triplet: 71, 09 and 2A. RGB value is (113,9,42). Sum of RGB (Red+Green+Blue) = 113+9+42=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71092A is #8EF6D5. Grayscale: #2B2B2B. Windows color (decimal): -9369302 or 2754929. OLE color: 2754929.

HSL color Cylindrical-coordinate representation of color #71092A: hue angle of 340.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71092A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 42 -
CMYK 0 0.92 0.63 0.56
HSL 340.96º 0.85% 0.24% -
HSV(B) 340.96º 0.92% 0.44% -
XYZ 7.33 3.87 2.55 -
YUV 43.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 113 9 42 0 0.92 0.63 0.56 340.96 0.85 0.24
Hex 71 9 2A 0 5C 3F 38 155 55 18
Octal 161 11 52 0 134 77 70 525 125 30
Binary 1110001 1001 101010 0 1011100 111111 111000 101010101 1010101 11000

Color Harmonies of #71092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71092A

Black with #71092A

Text Example


Text Example

White with #71092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71092A; }

 p { color: rgb(113,9,42); }

 H1.HeaderClassName
 {
   color: #71092A;
 }
 .AnyTagClassName
 {
   color: #71092A;
 }
</style>

background-color css

<style>
 a { background-color: #71092A; }

 a { background-color: rgb(113,9,42); }

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

border-color css

<style>
 span { border-color: #71092A; }

 span { border-color: rgb(113,9,42); }

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