Html Css Color HEX #8F0626 Burgundy

📋 copy color: '#8F0626'

red 143 ◦ green 6 ◦ blue 38

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

Shades of Burgundy #8F0626

Tints of Burgundy #8F0626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 76.47%
G = 3.21%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F0626 (or 0x8F0626) is known color: Burgundy. HEX triplet: 8F, 06 and 26. RGB value is (143,6,38). Sum of RGB (Red+Green+Blue) = 143+6+38=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0626 is #70F9D9. Grayscale: #323232. Windows color (decimal): -7403994 or 2492047. OLE color: 2492047.

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

Color convert

RGB 143 6 38 -
CMYK 0 0.96 0.73 0.44
HSL 345.99º 0.92% 0.29% -
HSV(B) 345.99º 0.96% 0.56% -
XYZ 11.74 6.11 2.39 -
YUV 50.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 143 6 38 0 0.96 0.73 0.44 345.99 0.92 0.29
Hex 8F 6 26 0 60 49 2C 15A 5C 1D
Octal 217 6 46 0 140 111 54 532 134 35
Binary 10001111 110 100110 0 1100000 1001001 101100 101011010 1011100 11101

Color Harmonies of #8F0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0626

Black with #8F0626

Text Example


Text Example

White with #8F0626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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