Html Css Color HEX #890326 Burgundy

📋 copy color: '#890326'

red 137 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #890326

Tints of Burgundy #890326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 76.97%
G = 1.69%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890326 (or 0x890326) is known color: Burgundy. HEX triplet: 89, 03 and 26. RGB value is (137,3,38). Sum of RGB (Red+Green+Blue) = 137+3+38=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890326 is #76FCD9. Grayscale: #2F2F2F. Windows color (decimal): -7797978 or 2491273. OLE color: 2491273.

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

Color convert

RGB 137 3 38 -
CMYK 0 0.98 0.72 0.46
HSL 344.33º 0.96% 0.27% -
HSV(B) 344.33º 0.98% 0.54% -
XYZ 10.7 5.52 2.34 -
YUV 47.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 137 3 38 0 0.98 0.72 0.46 344.33 0.96 0.27
Hex 89 3 26 0 62 48 2E 158 60 1B
Octal 211 3 46 0 142 110 56 530 140 33
Binary 10001001 11 100110 0 1100010 1001000 101110 101011000 1100000 11011

Color Harmonies of #890326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890326

Black with #890326

Text Example


Text Example

White with #890326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890326; }

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

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

background-color css

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

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

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

border-color css

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

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

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