Html Css Color HEX #8F083C Burgundy

📋 copy color: '#8F083C'

red 143 ◦ green 8 ◦ blue 60

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

Shades of Burgundy #8F083C

Tints of Burgundy #8F083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 67.77%
G = 3.79%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F083C (or 0x8F083C) is known color: Burgundy. HEX triplet: 8F, 08 and 3C. RGB value is (143,8,60). Sum of RGB (Red+Green+Blue) = 143+8+60=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F083C is #70F7C3. Grayscale: #363636. Windows color (decimal): -7403460 or 3934351. OLE color: 3934351.

HSL color Cylindrical-coordinate representation of color #8F083C: hue angle of 336.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F083C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 60 -
CMYK 0 0.94 0.58 0.44
HSL 336.89º 0.89% 0.3% -
HSV(B) 336.89º 0.94% 0.56% -
XYZ 12.23 6.34 4.85 -
YUV 54.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 143 8 60 0 0.94 0.58 0.44 336.89 0.89 0.3
Hex 8F 8 3C 0 5E 3A 2C 151 59 1E
Octal 217 10 74 0 136 72 54 521 131 36
Binary 10001111 1000 111100 0 1011110 111010 101100 101010001 1011001 11110

Color Harmonies of #8F083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F083C

Black with #8F083C

Text Example


Text Example

White with #8F083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,60); }

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

background-color css

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

 a { background-color: rgb(143,8,60); }

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

border-color css

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

 span { border-color: rgb(143,8,60); }

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