Html Css Color HEX #8F033B Burgundy

📋 copy color: '#8F033B'

red 143 ◦ green 3 ◦ blue 59

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

Shades of Burgundy #8F033B

Tints of Burgundy #8F033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 69.76%
G = 1.46%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8F033B (or 0x8F033B) is known color: Burgundy. HEX triplet: 8F, 03 and 3B. RGB value is (143,3,59). Sum of RGB (Red+Green+Blue) = 143+3+59=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F033B is #70FCC4. Grayscale: #333333. Windows color (decimal): -7404741 or 3867535. OLE color: 3867535.

HSL color Cylindrical-coordinate representation of color #8F033B: hue angle of 336º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F033B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 3 59 -
CMYK 0 0.98 0.59 0.44
HSL 336º 0.96% 0.29% -
HSV(B) 336º 0.98% 0.56% -
XYZ 12.15 6.22 4.7 -
YUV 51.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 143 3 59 0 0.98 0.59 0.44 336 0.96 0.29
Hex 8F 3 3B 0 62 3B 2C 150 60 1D
Octal 217 3 73 0 142 73 54 520 140 35
Binary 10001111 11 111011 0 1100010 111011 101100 101010000 1100000 11101

Color Harmonies of #8F033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F033B

Black with #8F033B

Text Example


Text Example

White with #8F033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,3,59); }

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

background-color css

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

 a { background-color: rgb(143,3,59); }

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

border-color css

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

 span { border-color: rgb(143,3,59); }

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