Html Css Color HEX #8F0429 Burgundy

📋 copy color: '#8F0429'

red 143 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #8F0429

Tints of Burgundy #8F0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 76.06%
G = 2.13%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F0429 (or 0x8F0429) is known color: Burgundy. HEX triplet: 8F, 04 and 29. RGB value is (143,4,41). Sum of RGB (Red+Green+Blue) = 143+4+41=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0429 is #70FBD6. Grayscale: #313131. Windows color (decimal): -7404503 or 2688143. OLE color: 2688143.

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

Color convert

RGB 143 4 41 -
CMYK 0 0.97 0.71 0.44
HSL 344.03º 0.95% 0.29% -
HSV(B) 344.03º 0.97% 0.56% -
XYZ 11.77 6.09 2.65 -
YUV 49.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 143 4 41 0 0.97 0.71 0.44 344.03 0.95 0.29
Hex 8F 4 29 0 61 47 2C 158 5F 1D
Octal 217 4 51 0 141 107 54 530 137 35
Binary 10001111 100 101001 0 1100001 1000111 101100 101011000 1011111 11101

Color Harmonies of #8F0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0429

Black with #8F0429

Text Example


Text Example

White with #8F0429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,4,41); }

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

background-color css

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

 a { background-color: rgb(143,4,41); }

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

border-color css

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

 span { border-color: rgb(143,4,41); }

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