Html Css Color HEX #870730 Burgundy

📋 copy color: '#870730'

red 135 ◦ green 7 ◦ blue 48

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

Shades of Burgundy #870730

Tints of Burgundy #870730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

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

R = 71.05%
G = 3.68%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870730 (or 0x870730) is known color: Burgundy. HEX triplet: 87, 07 and 30. RGB value is (135,7,48). Sum of RGB (Red+Green+Blue) = 135+7+48=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870730 is #78F8CF. Grayscale: #313131. Windows color (decimal): -7928016 or 3147655. OLE color: 3147655.

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

Color convert

RGB 135 7 48 -
CMYK 0 0.95 0.64 0.47
HSL 340.78º 0.9% 0.28% -
HSV(B) 340.78º 0.95% 0.53% -
XYZ 10.6 5.52 3.3 -
YUV 49.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 135 7 48 0 0.95 0.64 0.47 340.78 0.9 0.28
Hex 87 7 30 0 5F 40 2F 155 5A 1C
Octal 207 7 60 0 137 100 57 525 132 34
Binary 10000111 111 110000 0 1011111 1000000 101111 101010101 1011010 11100

Color Harmonies of #870730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870730

Black with #870730

Text Example


Text Example

White with #870730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870730; }

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

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

background-color css

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

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

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

border-color css

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

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

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