Html Css Color HEX #890128 Burgundy

📋 copy color: '#890128'

red 137 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #890128

Tints of Burgundy #890128

RGB

 RED value IS 137 (53.91% from 255) = 76.97%

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 76.97%
G = 0.56%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#890128 (or 0x890128) is known color: Burgundy. HEX triplet: 89, 01 and 28. RGB value is (137,1,40). Sum of RGB (Red+Green+Blue) = 137+1+40=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890128 is #76FED7. Grayscale: #2E2E2E. Windows color (decimal): -7798488 or 2621833. OLE color: 2621833.

HSL color Cylindrical-coordinate representation of color #890128: hue angle of 342.79º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890128 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 40 -
CMYK 0 0.99 0.71 0.46
HSL 342.79º 0.99% 0.27% -
HSV(B) 342.79º 0.99% 0.54% -
XYZ 10.71 5.49 2.5 -
YUV 46.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 137 1 40 0 0.99 0.71 0.46 342.79 0.99 0.27
Hex 89 1 28 0 63 47 2E 157 63 1B
Octal 211 1 50 0 143 107 56 527 143 33
Binary 10001001 1 101000 0 1100011 1000111 101110 101010111 1100011 11011

Color Harmonies of #890128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890128

Black with #890128

Text Example


Text Example

White with #890128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890128; }

 p { color: rgb(137,1,40); }

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

background-color css

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

 a { background-color: rgb(137,1,40); }

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

border-color css

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

 span { border-color: rgb(137,1,40); }

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