Html Css Color HEX #870C2B Burgundy

📋 copy color: '#870C2B'

red 135 ◦ green 12 ◦ blue 43

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

Shades of Burgundy #870C2B

Tints of Burgundy #870C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 71.05%
G = 6.32%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#870C2B (or 0x870C2B) is known color: Burgundy. HEX triplet: 87, 0C and 2B. RGB value is (135,12,43). Sum of RGB (Red+Green+Blue) = 135+12+43=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870C2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C2B is #78F3D4. Grayscale: #343434. Windows color (decimal): -7926741 or 2821255. OLE color: 2821255.

HSL color Cylindrical-coordinate representation of color #870C2B: hue angle of 344.88º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C2B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 43 -
CMYK 0 0.91 0.68 0.47
HSL 344.88º 0.84% 0.29% -
HSV(B) 344.88º 0.91% 0.53% -
XYZ 10.56 5.59 2.81 -
YUV 52.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 135 12 43 0 0.91 0.68 0.47 344.88 0.84 0.29
Hex 87 C 2B 0 5B 44 2F 159 54 1D
Octal 207 14 53 0 133 104 57 531 124 35
Binary 10000111 1100 101011 0 1011011 1000100 101111 101011001 1010100 11101

Color Harmonies of #870C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C2B

Black with #870C2B

Text Example


Text Example

White with #870C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870C2B; }

 p { color: rgb(135,12,43); }

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

background-color css

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

 a { background-color: rgb(135,12,43); }

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

border-color css

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

 span { border-color: rgb(135,12,43); }

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