Html Css Color HEX #710228 Burgundy

📋 copy color: '#710228'

red 113 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #710228

Tints of Burgundy #710228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 72.9%
G = 1.29%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710228 (or 0x710228) is known color: Burgundy. HEX triplet: 71, 02 and 28. RGB value is (113,2,40). Sum of RGB (Red+Green+Blue) = 113+2+40=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710228 is #8EFDD7. Grayscale: #272727. Windows color (decimal): -9371096 or 2622065. OLE color: 2622065.

HSL color Cylindrical-coordinate representation of color #710228: hue angle of 339.46º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710228 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 40 -
CMYK 0 0.98 0.65 0.56
HSL 339.46º 0.97% 0.23% -
HSV(B) 339.46º 0.98% 0.44% -
XYZ 7.21 3.71 2.34 -
YUV 39.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 113 2 40 0 0.98 0.65 0.56 339.46 0.97 0.23
Hex 71 2 28 0 62 41 38 153 61 17
Octal 161 2 50 0 142 101 70 523 141 27
Binary 1110001 10 101000 0 1100010 1000001 111000 101010011 1100001 10111

Color Harmonies of #710228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710228

Black with #710228

Text Example


Text Example

White with #710228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710228; }

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

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

background-color css

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

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

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

border-color css

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

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

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