Html Css Color HEX #8F0527 Burgundy

📋 copy color: '#8F0527'

red 143 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #8F0527

Tints of Burgundy #8F0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 76.47%
G = 2.67%
B = 20.86%

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

#8F0527 (or 0x8F0527) is known color: Burgundy. HEX triplet: 8F, 05 and 27. RGB value is (143,5,39). Sum of RGB (Red+Green+Blue) = 143+5+39=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0527 is #70FAD8. Grayscale: #323232. Windows color (decimal): -7404249 or 2557327. OLE color: 2557327.

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

Color convert

RGB 143 5 39 -
CMYK 0 0.97 0.73 0.44
HSL 345.22º 0.93% 0.29% -
HSV(B) 345.22º 0.97% 0.56% -
XYZ 11.75 6.09 2.48 -
YUV 50.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 143 5 39 0 0.97 0.73 0.44 345.22 0.93 0.29
Hex 8F 5 27 0 61 49 2C 159 5D 1D
Octal 217 5 47 0 141 111 54 531 135 35
Binary 10001111 101 100111 0 1100001 1001001 101100 101011001 1011101 11101

Color Harmonies of #8F0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0527

Black with #8F0527

Text Example


Text Example

White with #8F0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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