Html Css Color HEX #870A30 Burgundy

📋 copy color: '#870A30'

red 135 ◦ green 10 ◦ blue 48

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

Shades of Burgundy #870A30

Tints of Burgundy #870A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 69.95%
G = 5.18%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870A30 (or 0x870A30) is known color: Burgundy. HEX triplet: 87, 0A and 30. RGB value is (135,10,48). Sum of RGB (Red+Green+Blue) = 135+10+48=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A30 is #78F5CF. Grayscale: #333333. Windows color (decimal): -7927248 or 3148423. OLE color: 3148423.

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

Color convert

RGB 135 10 48 -
CMYK 0 0.93 0.64 0.47
HSL 341.76º 0.86% 0.28% -
HSV(B) 341.76º 0.93% 0.53% -
XYZ 10.63 5.58 3.31 -
YUV 51.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 135 10 48 0 0.93 0.64 0.47 341.76 0.86 0.28
Hex 87 A 30 0 5D 40 2F 156 56 1C
Octal 207 12 60 0 135 100 57 526 126 34
Binary 10000111 1010 110000 0 1011101 1000000 101111 101010110 1010110 11100

Color Harmonies of #870A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A30

Black with #870A30

Text Example


Text Example

White with #870A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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