Html Css Color HEX #8F0C35 Burgundy

📋 copy color: '#8F0C35'

red 143 ◦ green 12 ◦ blue 53

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

Shades of Burgundy #8F0C35

Tints of Burgundy #8F0C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.77%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 68.75%
G = 5.77%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F0C35 (or 0x8F0C35) is known color: Burgundy. HEX triplet: 8F, 0C and 35. RGB value is (143,12,53). Sum of RGB (Red+Green+Blue) = 143+12+53=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0C35 is #70F3CA. Grayscale: #373737. Windows color (decimal): -7402443 or 3476623. OLE color: 3476623.

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

Color convert

RGB 143 12 53 -
CMYK 0 0.92 0.63 0.44
HSL 341.22º 0.85% 0.3% -
HSV(B) 341.22º 0.92% 0.56% -
XYZ 12.1 6.36 3.96 -
YUV 55.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 143 12 53 0 0.92 0.63 0.44 341.22 0.85 0.3
Hex 8F C 35 0 5C 3F 2C 155 55 1E
Octal 217 14 65 0 134 77 54 525 125 36
Binary 10001111 1100 110101 0 1011100 111111 101100 101010101 1010101 11110

Color Harmonies of #8F0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C35

Black with #8F0C35

Text Example


Text Example

White with #8F0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,53); }

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

background-color css

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

 a { background-color: rgb(143,12,53); }

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

border-color css

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

 span { border-color: rgb(143,12,53); }

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