Html Css Color HEX #870A2D Burgundy

📋 copy color: '#870A2D'

red 135 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #870A2D

Tints of Burgundy #870A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 71.05%
G = 5.26%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#870A2D (or 0x870A2D) is known color: Burgundy. HEX triplet: 87, 0A and 2D. RGB value is (135,10,45). Sum of RGB (Red+Green+Blue) = 135+10+45=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A2D is #78F5D2. Grayscale: #333333. Windows color (decimal): -7927251 or 2951815. OLE color: 2951815.

HSL color Cylindrical-coordinate representation of color #870A2D: hue angle of 343.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A2D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 45 -
CMYK 0 0.93 0.67 0.47
HSL 343.2º 0.86% 0.28% -
HSV(B) 343.2º 0.93% 0.53% -
XYZ 10.57 5.56 3 -
YUV 51.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 135 10 45 0 0.93 0.67 0.47 343.2 0.86 0.28
Hex 87 A 2D 0 5D 43 2F 157 56 1C
Octal 207 12 55 0 135 103 57 527 126 34
Binary 10000111 1010 101101 0 1011101 1000011 101111 101010111 1010110 11100

Color Harmonies of #870A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A2D

Black with #870A2D

Text Example


Text Example

White with #870A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,10,45); }

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

background-color css

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

 a { background-color: rgb(135,10,45); }

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

border-color css

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

 span { border-color: rgb(135,10,45); }

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