Html Css Color HEX #870C29 Burgundy

📋 copy color: '#870C29'

red 135 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #870C29

Tints of Burgundy #870C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 71.81%
G = 6.38%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870C29 (or 0x870C29) is known color: Burgundy. HEX triplet: 87, 0C and 29. RGB value is (135,12,41). Sum of RGB (Red+Green+Blue) = 135+12+41=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C29 is #78F3D6. Grayscale: #343434. Windows color (decimal): -7926743 or 2690183. OLE color: 2690183.

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

Color convert

RGB 135 12 41 -
CMYK 0 0.91 0.70 0.47
HSL 345.85º 0.84% 0.29% -
HSV(B) 345.85º 0.91% 0.53% -
XYZ 10.52 5.57 2.62 -
YUV 52.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 135 12 41 0 0.91 0.70 0.47 345.85 0.84 0.29
Hex 87 C 29 0 5B 46 2F 15A 54 1D
Octal 207 14 51 0 133 106 57 532 124 35
Binary 10000111 1100 101001 0 1011011 1000110 101111 101011010 1010100 11101

Color Harmonies of #870C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C29

Black with #870C29

Text Example


Text Example

White with #870C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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