Html Css Color HEX #8F0834 Burgundy

📋 copy color: '#8F0834'

red 143 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #8F0834

Tints of Burgundy #8F0834

RGB

 RED value IS 143 (56.25% from 255) = 70.44%

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 70.44%
G = 3.94%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#8F0834 (or 0x8F0834) is known color: Burgundy. HEX triplet: 8F, 08 and 34. RGB value is (143,8,52). Sum of RGB (Red+Green+Blue) = 143+8+52=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0834 is #70F7CB. Grayscale: #353535. Windows color (decimal): -7403468 or 3410063. OLE color: 3410063.

HSL color Cylindrical-coordinate representation of color #8F0834: hue angle of 340.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0834 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 52 -
CMYK 0 0.94 0.64 0.44
HSL 340.44º 0.89% 0.3% -
HSV(B) 340.44º 0.94% 0.56% -
XYZ 12.03 6.26 3.82 -
YUV 53.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 143 8 52 0 0.94 0.64 0.44 340.44 0.89 0.3
Hex 8F 8 34 0 5E 40 2C 154 59 1E
Octal 217 10 64 0 136 100 54 524 131 36
Binary 10001111 1000 110100 0 1011110 1000000 101100 101010100 1011001 11110

Color Harmonies of #8F0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0834

Black with #8F0834

Text Example


Text Example

White with #8F0834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0834; }

 p { color: rgb(143,8,52); }

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

background-color css

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

 a { background-color: rgb(143,8,52); }

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

border-color css

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

 span { border-color: rgb(143,8,52); }

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