Html Css Color HEX #8F0133 Burgundy

📋 copy color: '#8F0133'

red 143 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #8F0133

Tints of Burgundy #8F0133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.15%

R = 73.33%
G = 0.51%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#8F0133 (or 0x8F0133) is known color: Burgundy. HEX triplet: 8F, 01 and 33. RGB value is (143,1,51). Sum of RGB (Red+Green+Blue) = 143+1+51=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0133 is #70FECC. Grayscale: #313131. Windows color (decimal): -7405261 or 3342735. OLE color: 3342735.

HSL color Cylindrical-coordinate representation of color #8F0133: hue angle of 338.87º 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 #8F0133 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 1 51 -
CMYK 0 0.99 0.64 0.44
HSL 338.87º 0.99% 0.28% -
HSV(B) 338.87º 0.99% 0.56% -
XYZ 11.94 6.1 3.68 -
YUV 49.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 143 1 51 0 0.99 0.64 0.44 338.87 0.99 0.28
Hex 8F 1 33 0 63 40 2C 153 63 1C
Octal 217 1 63 0 143 100 54 523 143 34
Binary 10001111 1 110011 0 1100011 1000000 101100 101010011 1100011 11100

Color Harmonies of #8F0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0133

Black with #8F0133

Text Example


Text Example

White with #8F0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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