Html Css Color HEX #8F023D Burgundy

📋 copy color: '#8F023D'

red 143 ◦ green 2 ◦ blue 61

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

Shades of Burgundy #8F023D

Tints of Burgundy #8F023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 69.42%
G = 0.97%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F023D (or 0x8F023D) is known color: Burgundy. HEX triplet: 8F, 02 and 3D. RGB value is (143,2,61). Sum of RGB (Red+Green+Blue) = 143+2+61=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F023D is #70FDC2. Grayscale: #323232. Windows color (decimal): -7404995 or 3998351. OLE color: 3998351.

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

Color convert

RGB 143 2 61 -
CMYK 0 0.99 0.57 0.44
HSL 334.89º 0.97% 0.28% -
HSV(B) 334.89º 0.99% 0.56% -
XYZ 12.19 6.22 4.97 -
YUV 50.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 143 2 61 0 0.99 0.57 0.44 334.89 0.97 0.28
Hex 8F 2 3D 0 63 39 2C 14F 61 1C
Octal 217 2 75 0 143 71 54 517 141 34
Binary 10001111 10 111101 0 1100011 111001 101100 101001111 1100001 11100

Color Harmonies of #8F023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F023D

Black with #8F023D

Text Example


Text Example

White with #8F023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,2,61); }

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

background-color css

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

 a { background-color: rgb(143,2,61); }

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

border-color css

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

 span { border-color: rgb(143,2,61); }

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