Html Css Color HEX #710128 Burgundy

📋 copy color: '#710128'

red 113 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #710128

Tints of Burgundy #710128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 73.38%
G = 0.65%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710128 (or 0x710128) is known color: Burgundy. HEX triplet: 71, 01 and 28. RGB value is (113,1,40). Sum of RGB (Red+Green+Blue) = 113+1+40=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710128 is #8EFED7. Grayscale: #262626. Windows color (decimal): -9371352 or 2621809. OLE color: 2621809.

HSL color Cylindrical-coordinate representation of color #710128: hue angle of 339.11º 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 #710128 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 40 -
CMYK 0 0.99 0.65 0.56
HSL 339.11º 0.98% 0.22% -
HSV(B) 339.11º 0.99% 0.44% -
XYZ 7.2 3.69 2.34 -
YUV 38.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 113 1 40 0 0.99 0.65 0.56 339.11 0.98 0.22
Hex 71 1 28 0 63 41 38 153 62 16
Octal 161 1 50 0 143 101 70 523 142 26
Binary 1110001 1 101000 0 1100011 1000001 111000 101010011 1100010 10110

Color Harmonies of #710128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710128

Black with #710128

Text Example


Text Example

White with #710128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710128; }

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

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

background-color css

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

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

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

border-color css

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

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

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