Html Css Color HEX #8E0F33 Burgundy

📋 copy color: '#8E0F33'

red 142 ◦ green 15 ◦ blue 51

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

Shades of Burgundy #8E0F33

Tints of Burgundy #8E0F33

RGB

 RED value IS 142 (55.86% from 255) = 68.27%

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 51 (20.31% from 255) = 24.52%

R = 68.27%
G = 7.21%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#8E0F33 (or 0x8E0F33) is known color: Burgundy. HEX triplet: 8E, 0F and 33. RGB value is (142,15,51). Sum of RGB (Red+Green+Blue) = 142+15+51=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0F33 is #71F0CC. Grayscale: #393939. Windows color (decimal): -7467213 or 3346318. OLE color: 3346318.

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

Color convert

RGB 142 15 51 -
CMYK 0 0.89 0.64 0.44
HSL 342.99º 0.81% 0.31% -
HSV(B) 342.99º 0.89% 0.56% -
XYZ 11.92 6.33 3.73 -
YUV 57.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 142 15 51 0 0.89 0.64 0.44 342.99 0.81 0.31
Hex 8E F 33 0 59 40 2C 157 51 1F
Octal 216 17 63 0 131 100 54 527 121 37
Binary 10001110 1111 110011 0 1011001 1000000 101100 101010111 1010001 11111

Color Harmonies of #8E0F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F33

Black with #8E0F33

Text Example


Text Example

White with #8E0F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,15,51); }

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

background-color css

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

 a { background-color: rgb(142,15,51); }

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

border-color css

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

 span { border-color: rgb(142,15,51); }

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