Html Css Color HEX #890625 Burgundy

📋 copy color: '#890625'

red 137 ◦ green 6 ◦ blue 37

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

Shades of Burgundy #890625

Tints of Burgundy #890625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.56%

R = 76.11%
G = 3.33%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#890625 (or 0x890625) is known color: Burgundy. HEX triplet: 89, 06 and 25. RGB value is (137,6,37). Sum of RGB (Red+Green+Blue) = 137+6+37=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #890625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890625 is #76F9DA. Grayscale: #303030. Windows color (decimal): -7797211 or 2426505. OLE color: 2426505.

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

Color convert

RGB 137 6 37 -
CMYK 0 0.96 0.73 0.46
HSL 345.8º 0.92% 0.28% -
HSV(B) 345.8º 0.96% 0.54% -
XYZ 10.72 5.58 2.26 -
YUV 48.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 137 6 37 0 0.96 0.73 0.46 345.8 0.92 0.28
Hex 89 6 25 0 60 49 2E 15A 5C 1C
Octal 211 6 45 0 140 111 56 532 134 34
Binary 10001001 110 100101 0 1100000 1001001 101110 101011010 1011100 11100

Color Harmonies of #890625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890625

Black with #890625

Text Example


Text Example

White with #890625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890625; }

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

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

background-color css

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

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

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

border-color css

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

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

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