Html Css Color HEX #8F0D39 Burgundy

📋 copy color: '#8F0D39'

red 143 ◦ green 13 ◦ blue 57

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

Shades of Burgundy #8F0D39

Tints of Burgundy #8F0D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.1%

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 67.14%
G = 6.1%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8F0D39 (or 0x8F0D39) is known color: Burgundy. HEX triplet: 8F, 0D and 39. RGB value is (143,13,57). Sum of RGB (Red+Green+Blue) = 143+13+57=213 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.14% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0D39 is #70F2C6. Grayscale: #383838. Windows color (decimal): -7402183 or 3739023. OLE color: 3739023.

HSL color Cylindrical-coordinate representation of color #8F0D39: hue angle of 339.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D39 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 13 57 -
CMYK 0 0.91 0.60 0.44
HSL 339.69º 0.83% 0.31% -
HSV(B) 339.69º 0.91% 0.56% -
XYZ 12.21 6.42 4.47 -
YUV 56.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 143 13 57 0 0.91 0.60 0.44 339.69 0.83 0.31
Hex 8F D 39 0 5B 3C 2C 154 53 1F
Octal 217 15 71 0 133 74 54 524 123 37
Binary 10001111 1101 111001 0 1011011 111100 101100 101010100 1010011 11111

Color Harmonies of #8F0D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0D39

Black with #8F0D39

Text Example


Text Example

White with #8F0D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,57); }

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

background-color css

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

 a { background-color: rgb(143,13,57); }

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

border-color css

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

 span { border-color: rgb(143,13,57); }

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