Html Css Color HEX #8E0432 Burgundy

📋 copy color: '#8E0432'

red 142 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #8E0432

Tints of Burgundy #8E0432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

 BLUE value IS 50 (19.92% from 255) = 25.51%

R = 72.45%
G = 2.04%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E0432 (or 0x8E0432) is known color: Burgundy. HEX triplet: 8E, 04 and 32. RGB value is (142,4,50). Sum of RGB (Red+Green+Blue) = 142+4+50=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0432 is #71FBCD. Grayscale: #323232. Windows color (decimal): -7470030 or 3277966. OLE color: 3277966.

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

Color convert

RGB 142 4 50 -
CMYK 0 0.97 0.65 0.44
HSL 340º 0.95% 0.29% -
HSV(B) 340º 0.97% 0.56% -
XYZ 11.77 6.07 3.57 -
YUV 50.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 142 4 50 0 0.97 0.65 0.44 340 0.95 0.29
Hex 8E 4 32 0 61 41 2C 154 5F 1D
Octal 216 4 62 0 141 101 54 524 137 35
Binary 10001110 100 110010 0 1100001 1000001 101100 101010100 1011111 11101

Color Harmonies of #8E0432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0432

Black with #8E0432

Text Example


Text Example

White with #8E0432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,4,50); }

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

background-color css

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

 a { background-color: rgb(142,4,50); }

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

border-color css

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

 span { border-color: rgb(142,4,50); }

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