Html Css Color HEX #8F0428 Burgundy

📋 copy color: '#8F0428'

red 143 ◦ green 4 ◦ blue 40

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

Shades of Burgundy #8F0428

Tints of Burgundy #8F0428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 76.47%
G = 2.14%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F0428 (or 0x8F0428) is known color: Burgundy. HEX triplet: 8F, 04 and 28. RGB value is (143,4,40). Sum of RGB (Red+Green+Blue) = 143+4+40=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0428 is #70FBD7. Grayscale: #313131. Windows color (decimal): -7404504 or 2622607. OLE color: 2622607.

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

Color convert

RGB 143 4 40 -
CMYK 0 0.97 0.72 0.44
HSL 344.46º 0.95% 0.29% -
HSV(B) 344.46º 0.97% 0.56% -
XYZ 11.75 6.08 2.56 -
YUV 49.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 143 4 40 0 0.97 0.72 0.44 344.46 0.95 0.29
Hex 8F 4 28 0 61 48 2C 158 5F 1D
Octal 217 4 50 0 141 110 54 530 137 35
Binary 10001111 100 101000 0 1100001 1001000 101100 101011000 1011111 11101

Color Harmonies of #8F0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0428

Black with #8F0428

Text Example


Text Example

White with #8F0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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