Html Css Color HEX #8F063C Burgundy

📋 copy color: '#8F063C'

red 143 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #8F063C

Tints of Burgundy #8F063C

RGB

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

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

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

R = 68.42%
G = 2.87%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8F063C (or 0x8F063C) is known color: Burgundy. HEX triplet: 8F, 06 and 3C. RGB value is (143,6,60). Sum of RGB (Red+Green+Blue) = 143+6+60=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F063C is #70F9C3. Grayscale: #353535. Windows color (decimal): -7403972 or 3933839. OLE color: 3933839.

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

Color convert

RGB 143 6 60 -
CMYK 0 0.96 0.58 0.44
HSL 336.35º 0.92% 0.29% -
HSV(B) 336.35º 0.96% 0.56% -
XYZ 12.21 6.3 4.85 -
YUV 53.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 143 6 60 0 0.96 0.58 0.44 336.35 0.92 0.29
Hex 8F 6 3C 0 60 3A 2C 150 5C 1D
Octal 217 6 74 0 140 72 54 520 134 35
Binary 10001111 110 111100 0 1100000 111010 101100 101010000 1011100 11101

Color Harmonies of #8F063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F063C

Black with #8F063C

Text Example


Text Example

White with #8F063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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