Html Css Color HEX #870430 Burgundy

📋 copy color: '#870430'

red 135 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #870430

Tints of Burgundy #870430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 72.19%
G = 2.14%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870430 (or 0x870430) is known color: Burgundy. HEX triplet: 87, 04 and 30. RGB value is (135,4,48). Sum of RGB (Red+Green+Blue) = 135+4+48=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870430 is #78FBCF. Grayscale: #303030. Windows color (decimal): -7928784 or 3146887. OLE color: 3146887.

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

Color convert

RGB 135 4 48 -
CMYK 0 0.97 0.64 0.47
HSL 339.85º 0.94% 0.27% -
HSV(B) 339.85º 0.97% 0.53% -
XYZ 10.57 5.45 3.29 -
YUV 48.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 135 4 48 0 0.97 0.64 0.47 339.85 0.94 0.27
Hex 87 4 30 0 61 40 2F 154 5E 1B
Octal 207 4 60 0 141 100 57 524 136 33
Binary 10000111 100 110000 0 1100001 1000000 101111 101010100 1011110 11011

Color Harmonies of #870430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870430

Black with #870430

Text Example


Text Example

White with #870430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870430; }

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

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

background-color css

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

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

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

border-color css

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

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

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