Html Css Color HEX #8F012B Burgundy

📋 copy color: '#8F012B'

red 143 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #8F012B

Tints of Burgundy #8F012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 76.47%
G = 0.53%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8F012B (or 0x8F012B) is known color: Burgundy. HEX triplet: 8F, 01 and 2B. RGB value is (143,1,43). Sum of RGB (Red+Green+Blue) = 143+1+43=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F012B is #70FED4. Grayscale: #303030. Windows color (decimal): -7405269 or 2818447. OLE color: 2818447.

HSL color Cylindrical-coordinate representation of color #8F012B: hue angle of 342.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F012B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 1 43 -
CMYK 0 0.99 0.70 0.44
HSL 342.25º 0.99% 0.28% -
HSV(B) 342.25º 0.99% 0.56% -
XYZ 11.77 6.04 2.83 -
YUV 48.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 143 1 43 0 0.99 0.70 0.44 342.25 0.99 0.28
Hex 8F 1 2B 0 63 46 2C 156 63 1C
Octal 217 1 53 0 143 106 54 526 143 34
Binary 10001111 1 101011 0 1100011 1000110 101100 101010110 1100011 11100

Color Harmonies of #8F012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F012B

Black with #8F012B

Text Example


Text Example

White with #8F012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,1,43); }

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

background-color css

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

 a { background-color: rgb(143,1,43); }

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

border-color css

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

 span { border-color: rgb(143,1,43); }

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