Html Css Color HEX #890127 Burgundy

📋 copy color: '#890127'

red 137 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #890127

Tints of Burgundy #890127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 77.4%
G = 0.56%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890127 (or 0x890127) is known color: Burgundy. HEX triplet: 89, 01 and 27. RGB value is (137,1,39). Sum of RGB (Red+Green+Blue) = 137+1+39=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890127 is #76FED8. Grayscale: #2D2D2D. Windows color (decimal): -7798489 or 2556297. OLE color: 2556297.

HSL color Cylindrical-coordinate representation of color #890127: hue angle of 343.24º 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 #890127 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 39 -
CMYK 0 0.99 0.72 0.46
HSL 343.24º 0.99% 0.27% -
HSV(B) 343.24º 0.99% 0.54% -
XYZ 10.69 5.49 2.41 -
YUV 46 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 137 1 39 0 0.99 0.72 0.46 343.24 0.99 0.27
Hex 89 1 27 0 63 48 2E 157 63 1B
Octal 211 1 47 0 143 110 56 527 143 33
Binary 10001001 1 100111 0 1100011 1001000 101110 101010111 1100011 11011

Color Harmonies of #890127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890127

Black with #890127

Text Example


Text Example

White with #890127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890127; }

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

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

background-color css

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

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

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

border-color css

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

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

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