Html Css Color HEX #870228 Burgundy

📋 copy color: '#870228'

red 135 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #870228

Tints of Burgundy #870228

RGB

 RED value IS 135 (53.13% from 255) = 76.27%

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

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

R = 76.27%
G = 1.13%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870228 (or 0x870228) is known color: Burgundy. HEX triplet: 87, 02 and 28. RGB value is (135,2,40). Sum of RGB (Red+Green+Blue) = 135+2+40=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870228 is #78FDD7. Grayscale: #2E2E2E. Windows color (decimal): -7929304 or 2622087. OLE color: 2622087.

HSL color Cylindrical-coordinate representation of color #870228: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870228 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 2 40 -
CMYK 0 0.99 0.70 0.47
HSL 342.86º 0.97% 0.27% -
HSV(B) 342.86º 0.99% 0.53% -
XYZ 10.4 5.35 2.49 -
YUV 46.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 135 2 40 0 0.99 0.70 0.47 342.86 0.97 0.27
Hex 87 2 28 0 63 46 2F 157 61 1B
Octal 207 2 50 0 143 106 57 527 141 33
Binary 10000111 10 101000 0 1100011 1000110 101111 101010111 1100001 11011

Color Harmonies of #870228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870228

Black with #870228

Text Example


Text Example

White with #870228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870228; }

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

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

background-color css

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

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

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

border-color css

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

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

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