Html Css Color HEX #870C36 Burgundy

📋 copy color: '#870C36'

red 135 ◦ green 12 ◦ blue 54

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

Shades of Burgundy #870C36

Tints of Burgundy #870C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 67.16%
G = 5.97%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#870C36 (or 0x870C36) is known color: Burgundy. HEX triplet: 87, 0C and 36. RGB value is (135,12,54). Sum of RGB (Red+Green+Blue) = 135+12+54=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #870C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C36 is #78F3C9. Grayscale: #353535. Windows color (decimal): -7926730 or 3542151. OLE color: 3542151.

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

Color convert

RGB 135 12 54 -
CMYK 0 0.91 0.60 0.47
HSL 339.51º 0.84% 0.29% -
HSV(B) 339.51º 0.91% 0.53% -
XYZ 10.79 5.68 4.02 -
YUV 53.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 135 12 54 0 0.91 0.60 0.47 339.51 0.84 0.29
Hex 87 C 36 0 5B 3C 2F 154 54 1D
Octal 207 14 66 0 133 74 57 524 124 35
Binary 10000111 1100 110110 0 1011011 111100 101111 101010100 1010100 11101

Color Harmonies of #870C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C36

Black with #870C36

Text Example


Text Example

White with #870C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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