Html Css Color HEX #870630 Burgundy

📋 copy color: '#870630'

red 135 ◦ green 6 ◦ blue 48

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

Shades of Burgundy #870630

Tints of Burgundy #870630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 71.43%
G = 3.17%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870630 (or 0x870630) is known color: Burgundy. HEX triplet: 87, 06 and 30. RGB value is (135,6,48). Sum of RGB (Red+Green+Blue) = 135+6+48=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870630 is #78F9CF. Grayscale: #313131. Windows color (decimal): -7928272 or 3147399. OLE color: 3147399.

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

Color convert

RGB 135 6 48 -
CMYK 0 0.96 0.64 0.47
HSL 340.47º 0.91% 0.28% -
HSV(B) 340.47º 0.96% 0.53% -
XYZ 10.59 5.49 3.3 -
YUV 49.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 135 6 48 0 0.96 0.64 0.47 340.47 0.91 0.28
Hex 87 6 30 0 60 40 2F 154 5B 1C
Octal 207 6 60 0 140 100 57 524 133 34
Binary 10000111 110 110000 0 1100000 1000000 101111 101010100 1011011 11100

Color Harmonies of #870630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870630

Black with #870630

Text Example


Text Example

White with #870630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870630; }

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

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

background-color css

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

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

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

border-color css

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

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

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