Html Css Color HEX #8F0838 Burgundy

📋 copy color: '#8F0838'

red 143 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #8F0838

Tints of Burgundy #8F0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 69.08%
G = 3.86%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8F0838 (or 0x8F0838) is known color: Burgundy. HEX triplet: 8F, 08 and 38. RGB value is (143,8,56). Sum of RGB (Red+Green+Blue) = 143+8+56=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0838 is #70F7C7. Grayscale: #353535. Windows color (decimal): -7403464 or 3672207. OLE color: 3672207.

HSL color Cylindrical-coordinate representation of color #8F0838: hue angle of 338.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0838 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 56 -
CMYK 0 0.94 0.61 0.44
HSL 338.67º 0.89% 0.3% -
HSV(B) 338.67º 0.94% 0.56% -
XYZ 12.13 6.3 4.32 -
YUV 53.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 143 8 56 0 0.94 0.61 0.44 338.67 0.89 0.3
Hex 8F 8 38 0 5E 3D 2C 153 59 1E
Octal 217 10 70 0 136 75 54 523 131 36
Binary 10001111 1000 111000 0 1011110 111101 101100 101010011 1011001 11110

Color Harmonies of #8F0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0838

Black with #8F0838

Text Example


Text Example

White with #8F0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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