Html Css Color HEX #870C2E Burgundy

📋 copy color: '#870C2E'

red 135 ◦ green 12 ◦ blue 46

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

Shades of Burgundy #870C2E

Tints of Burgundy #870C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 69.95%
G = 6.22%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#870C2E (or 0x870C2E) is known color: Burgundy. HEX triplet: 87, 0C and 2E. RGB value is (135,12,46). Sum of RGB (Red+Green+Blue) = 135+12+46=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C2E is #78F3D1. Grayscale: #343434. Windows color (decimal): -7926738 or 3017863. OLE color: 3017863.

HSL color Cylindrical-coordinate representation of color #870C2E: hue angle of 343.41º 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 #870C2E is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 46 -
CMYK 0 0.91 0.66 0.47
HSL 343.41º 0.84% 0.29% -
HSV(B) 343.41º 0.91% 0.53% -
XYZ 10.62 5.61 3.11 -
YUV 52.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 135 12 46 0 0.91 0.66 0.47 343.41 0.84 0.29
Hex 87 C 2E 0 5B 42 2F 157 54 1D
Octal 207 14 56 0 133 102 57 527 124 35
Binary 10000111 1100 101110 0 1011011 1000010 101111 101010111 1010100 11101

Color Harmonies of #870C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C2E

Black with #870C2E

Text Example


Text Example

White with #870C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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