Html Css Color HEX #8F0639 Burgundy

📋 copy color: '#8F0639'

red 143 ◦ green 6 ◦ blue 57

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

Shades of Burgundy #8F0639

Tints of Burgundy #8F0639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 69.42%
G = 2.91%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8F0639 (or 0x8F0639) is known color: Burgundy. HEX triplet: 8F, 06 and 39. RGB value is (143,6,57). Sum of RGB (Red+Green+Blue) = 143+6+57=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0639 is #70F9C6. Grayscale: #343434. Windows color (decimal): -7403975 or 3737231. OLE color: 3737231.

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

Color convert

RGB 143 6 57 -
CMYK 0 0.96 0.60 0.44
HSL 337.66º 0.92% 0.29% -
HSV(B) 337.66º 0.96% 0.56% -
XYZ 12.13 6.27 4.44 -
YUV 52.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 143 6 57 0 0.96 0.60 0.44 337.66 0.92 0.29
Hex 8F 6 39 0 60 3C 2C 152 5C 1D
Octal 217 6 71 0 140 74 54 522 134 35
Binary 10001111 110 111001 0 1100000 111100 101100 101010010 1011100 11101

Color Harmonies of #8F0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0639

Black with #8F0639

Text Example


Text Example

White with #8F0639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,57); }

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

background-color css

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

 a { background-color: rgb(143,6,57); }

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

border-color css

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

 span { border-color: rgb(143,6,57); }

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