Html Css Color HEX #870223 Burgundy

📋 copy color: '#870223'

red 135 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #870223

Tints of Burgundy #870223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 78.49%
G = 1.16%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#870223 (or 0x870223) is known color: Burgundy. HEX triplet: 87, 02 and 23. RGB value is (135,2,35). Sum of RGB (Red+Green+Blue) = 135+2+35=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #870223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870223 is #78FDDC. Grayscale: #2D2D2D. Windows color (decimal): -7929309 or 2294407. OLE color: 2294407.

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

Color convert

RGB 135 2 35 -
CMYK 0 0.99 0.74 0.47
HSL 345.11º 0.97% 0.27% -
HSV(B) 345.11º 0.99% 0.53% -
XYZ 10.32 5.32 2.07 -
YUV 45.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 135 2 35 0 0.99 0.74 0.47 345.11 0.97 0.27
Hex 87 2 23 0 63 4A 2F 159 61 1B
Octal 207 2 43 0 143 112 57 531 141 33
Binary 10000111 10 100011 0 1100011 1001010 101111 101011001 1100001 11011

Color Harmonies of #870223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870223

Black with #870223

Text Example


Text Example

White with #870223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870223; }

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

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

background-color css

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

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

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

border-color css

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

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

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