Html Css Color HEX #71002A Burgundy

📋 copy color: '#71002A'

red 113 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #71002A

Tints of Burgundy #71002A

RGB

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

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

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

R = 72.9%
G = 0%
B = 27.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71002A (or 0x71002A) is known color: Burgundy. HEX triplet: 71, 00 and 2A. RGB value is (113,0,42). Sum of RGB (Red+Green+Blue) = 113+0+42=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #71002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002A is #8EFFD5. Grayscale: #262626. Windows color (decimal): -9371606 or 2752625. OLE color: 2752625.

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

Color convert

RGB 113 0 42 -
CMYK 0 1 0.63 0.56
HSL 337.7º 1% 0.22% -
HSV(B) 337.7º 1% 0.44% -
XYZ 7.23 3.68 2.52 -
YUV 38.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 113 0 42 0 1 0.63 0.56 337.7 1 0.22
Hex 71 0 2A 0 64 3F 38 152 64 16
Octal 161 0 52 0 144 77 70 522 144 26
Binary 1110001 0 101010 0 1100100 111111 111000 101010010 1100100 10110

Color Harmonies of #71002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71002A

Black with #71002A

Text Example


Text Example

White with #71002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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