Html Css Color HEX #8F0425 Burgundy

📋 copy color: '#8F0425'

red 143 ◦ green 4 ◦ blue 37

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

Shades of Burgundy #8F0425

Tints of Burgundy #8F0425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.11%

R = 77.72%
G = 2.17%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8F0425 (or 0x8F0425) is known color: Burgundy. HEX triplet: 8F, 04 and 25. RGB value is (143,4,37). Sum of RGB (Red+Green+Blue) = 143+4+37=184 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.72% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0425 is #70FBDA. Grayscale: #313131. Windows color (decimal): -7404507 or 2425999. OLE color: 2425999.

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

Color convert

RGB 143 4 37 -
CMYK 0 0.97 0.74 0.44
HSL 345.76º 0.95% 0.29% -
HSV(B) 345.76º 0.97% 0.56% -
XYZ 11.71 6.06 2.3 -
YUV 49.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 143 4 37 0 0.97 0.74 0.44 345.76 0.95 0.29
Hex 8F 4 25 0 61 4A 2C 15A 5F 1D
Octal 217 4 45 0 141 112 54 532 137 35
Binary 10001111 100 100101 0 1100001 1001010 101100 101011010 1011111 11101

Color Harmonies of #8F0425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0425

Black with #8F0425

Text Example


Text Example

White with #8F0425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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