Html Css Color HEX #8F0638 Burgundy

📋 copy color: '#8F0638'

red 143 ◦ green 6 ◦ blue 56

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

Shades of Burgundy #8F0638

Tints of Burgundy #8F0638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 69.76%
G = 2.93%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8F0638 (or 0x8F0638) is known color: Burgundy. HEX triplet: 8F, 06 and 38. RGB value is (143,6,56). Sum of RGB (Red+Green+Blue) = 143+6+56=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0638 is #70F9C7. Grayscale: #343434. Windows color (decimal): -7403976 or 3671695. OLE color: 3671695.

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

Color convert

RGB 143 6 56 -
CMYK 0 0.96 0.61 0.44
HSL 338.1º 0.92% 0.29% -
HSV(B) 338.1º 0.96% 0.56% -
XYZ 12.11 6.26 4.31 -
YUV 52.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 143 6 56 0 0.96 0.61 0.44 338.1 0.92 0.29
Hex 8F 6 38 0 60 3D 2C 152 5C 1D
Octal 217 6 70 0 140 75 54 522 134 35
Binary 10001111 110 111000 0 1100000 111101 101100 101010010 1011100 11101

Color Harmonies of #8F0638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0638

Black with #8F0638

Text Example


Text Example

White with #8F0638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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