Html Css Color HEX #8F0526 Burgundy

📋 copy color: '#8F0526'

red 143 ◦ green 5 ◦ blue 38

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

Shades of Burgundy #8F0526

Tints of Burgundy #8F0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 38 (15.23% from 255) = 20.43%

R = 76.88%
G = 2.69%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F0526 (or 0x8F0526) is known color: Burgundy. HEX triplet: 8F, 05 and 26. RGB value is (143,5,38). Sum of RGB (Red+Green+Blue) = 143+5+38=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0526 is #70FAD9. Grayscale: #323232. Windows color (decimal): -7404250 or 2491791. OLE color: 2491791.

HSL color Cylindrical-coordinate representation of color #8F0526: hue angle of 345.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0526 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 5 38 -
CMYK 0 0.97 0.73 0.44
HSL 345.65º 0.93% 0.29% -
HSV(B) 345.65º 0.97% 0.56% -
XYZ 11.73 6.09 2.39 -
YUV 50.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 143 5 38 0 0.97 0.73 0.44 345.65 0.93 0.29
Hex 8F 5 26 0 61 49 2C 15A 5D 1D
Octal 217 5 46 0 141 111 54 532 135 35
Binary 10001111 101 100110 0 1100001 1001001 101100 101011010 1011101 11101

Color Harmonies of #8F0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0526

Black with #8F0526

Text Example


Text Example

White with #8F0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,38); }

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

background-color css

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

 a { background-color: rgb(143,5,38); }

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

border-color css

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

 span { border-color: rgb(143,5,38); }

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