Html Css Color HEX #890626 Burgundy

📋 copy color: '#890626'

red 137 ◦ green 6 ◦ blue 38

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

Shades of Burgundy #890626

Tints of Burgundy #890626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 75.69%
G = 3.31%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890626 (or 0x890626) is known color: Burgundy. HEX triplet: 89, 06 and 26. RGB value is (137,6,38). Sum of RGB (Red+Green+Blue) = 137+6+38=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #890626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890626 is #76F9D9. Grayscale: #303030. Windows color (decimal): -7797210 or 2492041. OLE color: 2492041.

HSL color Cylindrical-coordinate representation of color #890626: hue angle of 345.34º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890626 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 38 -
CMYK 0 0.96 0.72 0.46
HSL 345.34º 0.92% 0.28% -
HSV(B) 345.34º 0.96% 0.54% -
XYZ 10.73 5.59 2.35 -
YUV 48.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 137 6 38 0 0.96 0.72 0.46 345.34 0.92 0.28
Hex 89 6 26 0 60 48 2E 159 5C 1C
Octal 211 6 46 0 140 110 56 531 134 34
Binary 10001001 110 100110 0 1100000 1001000 101110 101011001 1011100 11100

Color Harmonies of #890626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890626

Black with #890626

Text Example


Text Example

White with #890626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890626; }

 p { color: rgb(137,6,38); }

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

background-color css

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

 a { background-color: rgb(137,6,38); }

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

border-color css

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

 span { border-color: rgb(137,6,38); }

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