Html Css Color HEX #870334 Burgundy

📋 copy color: '#870334'

red 135 ◦ green 3 ◦ blue 52

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

Shades of Burgundy #870334

Tints of Burgundy #870334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 71.05%
G = 1.58%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#870334 (or 0x870334) is known color: Burgundy. HEX triplet: 87, 03 and 34. RGB value is (135,3,52). Sum of RGB (Red+Green+Blue) = 135+3+52=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870334 is #78FCCB. Grayscale: #2F2F2F. Windows color (decimal): -7929036 or 3408775. OLE color: 3408775.

HSL color Cylindrical-coordinate representation of color #870334: hue angle of 337.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870334 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 52 -
CMYK 0 0.98 0.61 0.47
HSL 337.73º 0.96% 0.27% -
HSV(B) 337.73º 0.98% 0.53% -
XYZ 10.64 5.46 3.74 -
YUV 48.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 135 3 52 0 0.98 0.61 0.47 337.73 0.96 0.27
Hex 87 3 34 0 62 3D 2F 152 60 1B
Octal 207 3 64 0 142 75 57 522 140 33
Binary 10000111 11 110100 0 1100010 111101 101111 101010010 1100000 11011

Color Harmonies of #870334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870334

Black with #870334

Text Example


Text Example

White with #870334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870334; }

 p { color: rgb(135,3,52); }

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

background-color css

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

 a { background-color: rgb(135,3,52); }

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

border-color css

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

 span { border-color: rgb(135,3,52); }

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