Html Css Color HEX #870423 Burgundy

📋 copy color: '#870423'

red 135 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #870423

Tints of Burgundy #870423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 77.59%
G = 2.3%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#870423 (or 0x870423) is known color: Burgundy. HEX triplet: 87, 04 and 23. RGB value is (135,4,35). Sum of RGB (Red+Green+Blue) = 135+4+35=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870423 is #78FBDC. Grayscale: #2E2E2E. Windows color (decimal): -7928797 or 2294919. OLE color: 2294919.

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

Color convert

RGB 135 4 35 -
CMYK 0 0.97 0.74 0.47
HSL 345.8º 0.94% 0.27% -
HSV(B) 345.8º 0.97% 0.53% -
XYZ 10.34 5.36 2.08 -
YUV 46.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 135 4 35 0 0.97 0.74 0.47 345.8 0.94 0.27
Hex 87 4 23 0 61 4A 2F 15A 5E 1B
Octal 207 4 43 0 141 112 57 532 136 33
Binary 10000111 100 100011 0 1100001 1001010 101111 101011010 1011110 11011

Color Harmonies of #870423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870423

Black with #870423

Text Example


Text Example

White with #870423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870423; }

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

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

background-color css

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

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

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

border-color css

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

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

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