Html Css Color HEX #8F033E Burgundy

📋 copy color: '#8F033E'

red 143 ◦ green 3 ◦ blue 62

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

Shades of Burgundy #8F033E

Tints of Burgundy #8F033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 68.75%
G = 1.44%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F033E (or 0x8F033E) is known color: Burgundy. HEX triplet: 8F, 03 and 3E. RGB value is (143,3,62). Sum of RGB (Red+Green+Blue) = 143+3+62=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F033E is #70FCC1. Grayscale: #333333. Windows color (decimal): -7404738 or 4064143. OLE color: 4064143.

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

Color convert

RGB 143 3 62 -
CMYK 0 0.98 0.57 0.44
HSL 334.71º 0.96% 0.29% -
HSV(B) 334.71º 0.98% 0.56% -
XYZ 12.23 6.25 5.12 -
YUV 51.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 143 3 62 0 0.98 0.57 0.44 334.71 0.96 0.29
Hex 8F 3 3E 0 62 39 2C 14F 60 1D
Octal 217 3 76 0 142 71 54 517 140 35
Binary 10001111 11 111110 0 1100010 111001 101100 101001111 1100000 11101

Color Harmonies of #8F033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F033E

Black with #8F033E

Text Example


Text Example

White with #8F033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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