Html Css Color HEX #870030 Burgundy

📋 copy color: '#870030'

red 135 ◦ green 0 ◦ blue 48

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

Shades of Burgundy #870030

Tints of Burgundy #870030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.77%
G = 0%
B = 26.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870030 (or 0x870030) is known color: Burgundy. HEX triplet: 87, 00 and 30. RGB value is (135,0,48). Sum of RGB (Red+Green+Blue) = 135+0+48=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #870030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870030 is #78FFCF. Grayscale: #2D2D2D. Windows color (decimal): -7929808 or 3145863. OLE color: 3145863.

HSL color Cylindrical-coordinate representation of color #870030: hue angle of 338.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870030 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 48 -
CMYK 0 1 0.64 0.47
HSL 338.67º 1% 0.26% -
HSV(B) 338.67º 1% 0.53% -
XYZ 10.53 5.36 3.28 -
YUV 45.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 135 0 48 0 1 0.64 0.47 338.67 1 0.26
Hex 87 0 30 0 64 40 2F 153 64 1A
Octal 207 0 60 0 144 100 57 523 144 32
Binary 10000111 0 110000 0 1100100 1000000 101111 101010011 1100100 11010

Color Harmonies of #870030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870030

Black with #870030

Text Example


Text Example

White with #870030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870030; }

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

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

background-color css

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

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

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

border-color css

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

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

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