Html Css Color HEX #870C37 Burgundy

📋 copy color: '#870C37'

red 135 ◦ green 12 ◦ blue 55

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

Shades of Burgundy #870C37

Tints of Burgundy #870C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 66.83%
G = 5.94%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#870C37 (or 0x870C37) is known color: Burgundy. HEX triplet: 87, 0C and 37. RGB value is (135,12,55). Sum of RGB (Red+Green+Blue) = 135+12+55=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #870C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C37 is #78F3C8. Grayscale: #353535. Windows color (decimal): -7926729 or 3607687. OLE color: 3607687.

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

Color convert

RGB 135 12 55 -
CMYK 0 0.91 0.59 0.47
HSL 339.02º 0.84% 0.29% -
HSV(B) 339.02º 0.91% 0.53% -
XYZ 10.81 5.69 4.14 -
YUV 53.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 135 12 55 0 0.91 0.59 0.47 339.02 0.84 0.29
Hex 87 C 37 0 5B 3B 2F 153 54 1D
Octal 207 14 67 0 133 73 57 523 124 35
Binary 10000111 1100 110111 0 1011011 111011 101111 101010011 1010100 11101

Color Harmonies of #870C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C37

Black with #870C37

Text Example


Text Example

White with #870C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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